Compartir a través de


TfsGitObject.TryParseIdentity (Método)

Espacio de nombres:  Microsoft.TeamFoundation.Git.Server
Ensamblado:  Microsoft.TeamFoundation.Git.Server (en Microsoft.TeamFoundation.Git.Server.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.Boolean
Devuelva Boolean.

Seguridad de .NET Framework

Vea también

Referencia

TfsGitObject Clase

Microsoft.TeamFoundation.Git.Server (Espacio de nombres)