TfsGitObject.TryParseIdentity 方法

命名空间:  Microsoft.TeamFoundation.Git.Server
程序集:  Microsoft.TeamFoundation.Git.Server(在 Microsoft.TeamFoundation.Git.Server.dll 中)

语法

声明
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
)

参数

返回值

类型:System.Boolean
返回 Boolean

.NET Framework 安全性

请参阅

参考

TfsGitObject 类

Microsoft.TeamFoundation.Git.Server 命名空间