IVCWizCtlUI.GetSystemLCID - метод
Gets the default language locale ID from the system.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Function GetSystemLCID As UInteger
'Применение
Dim instance As IVCWizCtlUI
Dim returnValue As UInteger
returnValue = instance.GetSystemLCID()
uint GetSystemLCID()
unsigned int GetSystemLCID()
function GetSystemLCID() : uint
Возвращаемое значение
Тип: System.UInt32
The LCID of the host system language.
Заметки
The default language is stored in the system registry as a decimal.
The LCID identifies a locale for national language support. Locale information is used for international string comparisons and localized member names.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.