Compartilhar via


Método TfsGitObject.TryParseIdentity

Namespace:  Microsoft.TeamFoundation.Git.Server
Assembly:  Microsoft.TeamFoundation.Git.Server (em Microsoft.TeamFoundation.Git.Server.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

TfsGitObject Classe

Namespace Microsoft.TeamFoundation.Git.Server