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
- line
Tipo: System.String
- name
Tipo: System.String%
- email
Tipo: System.String%
- time
Tipo: System.DateTime%
- baseUtcOffset
Tipo: System.TimeSpan%
Valor de retorno
Tipo: System.Boolean
Retorna Boolean.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.