BuildEnumerationHelper.GetDisplayTextValues 方法
取得當地語系化顯示文字值 (和其他的 ToString 值) 已知的列舉型別。
命名空間: Microsoft.TeamFoundation.Build.Client
組件: Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)
語法
'宣告
Public Shared Function GetDisplayTextValues ( _
enumType As Type _
) As String()
public static string[] GetDisplayTextValues(
Type enumType
)
參數
- enumType
型別:System.Type
列舉型別。
傳回值
型別:array<System.String[]
當地語系化顯示文字值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。