Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an array of the localized display text values for an enumeration, or the ToString value.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function GetDisplayTextValues ( _
enumType As Type _
) As String()
string[] GetDisplayTextValues(
Type enumType
)
array<String^>^ GetDisplayTextValues(
Type^ enumType
)
abstract GetDisplayTextValues :
enumType:Type -> string[]
function GetDisplayTextValues(
enumType : Type
) : String[]
Parameters
- enumType
Type: System.Type
The type of the enum.
Return Value
Type: array<System.String[]
The array of localized display text values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.