IBuildServer.GetDisplayTextValues, méthode
Obtient un tableau de valeurs localisées de texte pour une énumération, ou valeur ToString.
Espace de noms : Microsoft.TeamFoundation.Build.Client
Assembly : Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)
Syntaxe
'Déclaration
Function GetDisplayTextValues ( _
enumType As Type _
) As String()
string[] GetDisplayTextValues(
Type enumType
)
Paramètres
- enumType
Type : System.Type
Le type de l'énumération.
Valeur de retour
Type : array<System.String[]
Tableau de valeurs localisées de texte.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.