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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。