Freigeben über


VCWizCtlClass.GetHostLocale-Methode

Ruft das Gebietsschema für die Benutzeroberfläche des Assistenten ab.

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

Syntax

'Declaration
Public Overridable Function GetHostLocale As UInteger
public virtual uint GetHostLocale()
public:
virtual unsigned int GetHostLocale()
abstract GetHostLocale : unit -> uint32  
override GetHostLocale : unit -> uint32
public function GetHostLocale() : uint

Rückgabewert

Typ: UInt32
Eine ganze Zahl ohne Vorzeichen, die die Hostsprache darstellt.

Implementiert

IVCWizCtlUI.GetHostLocale()

Hinweise

Beispielsweise stellt 1033 Englisch dar.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCWizCtlClass Klasse

Microsoft.VisualStudio.VsWizard-Namespace