次の方法で共有


Package.GetProviderLocale Method

Returns the locale associated with this service provider.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Function GetProviderLocale As Integer
'使用
Dim instance As Package
Dim returnValue As Integer

returnValue = instance.GetProviderLocale()
public int GetProviderLocale()
public:
int GetProviderLocale()
public function GetProviderLocale() : int

Return Value

Type: System.Int32

Returns the locale identifier for the service provider.

Remarks

The GetProviderLocale method returns the locale identifier for the service provider passed to the managed VSPackage when it is loaded. This is useful for users of the VSPackage to determine what locale they should honor. Note that there is no need to set the CurrentUICulture setting of the framework since the Package class sets this for you.

Permissions

See Also

Reference

Package Class

Package Members

Microsoft.VisualStudio.Shell Namespace