VCWizCtlClass.GetSystemLCID - метод
Gets the default language locale ID from the system.
Пространство имен: Microsoft.VisualStudio.VsWizard
Сборка: Microsoft.VisualStudio.VsWizard (в Microsoft.VisualStudio.VsWizard.dll)
Синтаксис
'Декларация
Public Overridable Function GetSystemLCID As UInteger
'Применение
Dim instance As VCWizCtlClass
Dim returnValue As UInteger
returnValue = instance.GetSystemLCID()
public virtual uint GetSystemLCID()
public:
virtual unsigned int GetSystemLCID()
public function GetSystemLCID() : uint
Возвращаемое значение
Тип: System.UInt32
The LCID of the host system language.
Реализации
Заметки
The default language is stored in the system registry as a decimal. See Locale ID (LCID) Chart for a list of language locale IDs.
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.