CommonInformationHelper.GetDateTime, 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 GetDateTime ( _
dictionary As IDictionary(Of String, String), _
fieldName As String _
) As DateTime
public static DateTime GetDateTime(
IDictionary<string, string> dictionary,
string fieldName
)
Paramètres
- dictionary
Type : System.Collections.Generic.IDictionary<String, String>
- fieldName
Type : System.String
Valeur de retour
Type : System.DateTime
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.