IBuildServer.GetDisplayTextValues Method
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.TypeThe 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.