Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the ID of the locale in which the development environment is running.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property LocaleID As Integer
int LocaleID { get; }
property int LocaleID {
    int get ();
}
abstract LocaleID : int
function get LocaleID () : int
Property Value
Type: System.Int32
An integer value representing the ID of the locale in which the development environment is running.
Remarks
The ID returned by the LocaleID property indicates a folder that stores localized resource DLLs, which support various Add-ins.
Examples
Sub LocaleIDExample()
  MsgBox(DTE.LocaleID)
End Sub
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.