IVCWizCtlUI.GetPrimaryLangIdFromLCID 方法
获取来自语言区域设置 ID 的默认语言。
命名空间: Microsoft.VisualStudio.VsWizard
程序集: Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)
语法
声明
Function GetPrimaryLangIdFromLCID ( _
dwLCID As UInteger _
) As String
string GetPrimaryLangIdFromLCID(
uint dwLCID
)
String^ GetPrimaryLangIdFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetPrimaryLangIdFromLCID :
dwLCID:uint32 -> string
function GetPrimaryLangIdFromLCID(
dwLCID : uint
) : String
参数
- dwLCID
类型:System.UInt32
必需。默认语言的语言区域设置 ID。
返回值
类型:System.String
包含默认语言的名称的字符串。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。