Partager via


CommonInformationHelper.GetEnum<T>, méthode

Espace de noms :  Microsoft.TeamFoundation.Build.Common
Assembly :  Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)

Syntaxe

'Déclaration
Public Shared Function GetEnum(Of T) ( _
    dictionary As IDictionary(Of String, String), _
    fieldName As String, _
    defaultValue As T _
) As T
public static T GetEnum<T>(
    IDictionary<string, string> dictionary,
    string fieldName,
    T defaultValue
)

Paramètres de type

  • T

Paramètres

  • defaultValue
    Type : T

Valeur de retour

Type : T

Sécurité .NET Framework

Voir aussi

Référence

CommonInformationHelper Classe

Microsoft.TeamFoundation.Build.Common, espace de noms