IVCWizCtlUI.GetHostLocale - метод
Gets the locale of the wizard's user interface.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Function GetHostLocale As UInteger
'Применение
Dim instance As IVCWizCtlUI
Dim returnValue As UInteger
returnValue = instance.GetHostLocale()
uint GetHostLocale()
unsigned int GetHostLocale()
function GetHostLocale() : uint
Возвращаемое значение
Тип: System.UInt32
Unsigned int representing the host language.
Заметки
For example, 1033 represents English.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.