IVCWizCtlUI.GetHostLocale 方法

获取向导的用户界面的区域设置。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Function GetHostLocale As UInteger
uint GetHostLocale()
unsigned int GetHostLocale()
abstract GetHostLocale : unit -> uint32 
function GetHostLocale() : uint

返回值

类型:System.UInt32
表示主语言的无符号整数。

备注

例如,1033 表示英语。

.NET Framework 安全性

请参见

参考

IVCWizCtlUI 接口

Microsoft.VisualStudio.VsWizard 命名空间