Compartilhar via


Construtor TfsGitRef

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

Sintaxe

'Declaração
Public Sub New ( _
    name As String, _
    objectId As Sha1Id, _
    isDefaultBranch As Boolean, _
    isLockedById As Nullable(Of Guid) _
)
public TfsGitRef(
    string name,
    Sha1Id objectId,
    bool isDefaultBranch,
    Nullable<Guid> isLockedById
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

TfsGitRef Classe

Namespace Microsoft.TeamFoundation.Git.Server