共用方式為


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 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間