TfsGitObject.TryParseIdentity, méthode
Espace de noms : Microsoft.TeamFoundation.Git.Server
Assembly : Microsoft.TeamFoundation.Git.Server (dans Microsoft.TeamFoundation.Git.Server.dll)
Syntaxe
'Déclaration
Protected Shared Function TryParseIdentity ( _
line As String, _
<OutAttribute> ByRef name As String, _
<OutAttribute> ByRef email As String, _
<OutAttribute> ByRef time As DateTime, _
<OutAttribute> ByRef baseUtcOffset As TimeSpan _
) As Boolean
protected static bool TryParseIdentity(
string line,
out string name,
out string email,
out DateTime time,
out TimeSpan baseUtcOffset
)
Paramètres
- line
Type : System.String
- name
Type : System.String%
- email
Type : System.String%
- time
Type : System.DateTime%
- baseUtcOffset
Type : System.TimeSpan%
Valeur de retour
Type : System.Boolean
retourne Boolean ;
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.