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

‘선언
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

Return Value

Type: array<System.String[]
The array of localized display text values.

.NET Framework Security

See Also

Reference

IBuildServer Interface

Microsoft.TeamFoundation.Build.Client Namespace