CommonInformationHelper.ToEnum<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 ToEnum(Of T) ( _
value As String, _
defaultValue As T _
) As T
public static T ToEnum<T>(
string value,
T defaultValue
)
Paramètres de type
- T
Paramètres
- value
Type : System.String
- defaultValue
Type : T
Valeur de retour
Type : T
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.