Edit

Share via


GitRef Constructors

Definition

Overloads

GitRef()

public GitRef();
Public Sub New ()

Applies to

GitRef(String)

public GitRef(string name);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitRef : string -> Microsoft.TeamFoundation.SourceControl.WebApi.GitRef
Public Sub New (name As String)

Parameters

name
String

Applies to

GitRef(String, String)

public GitRef(string name, string objectId);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitRef : string * string -> Microsoft.TeamFoundation.SourceControl.WebApi.GitRef
Public Sub New (name As String, objectId As String)

Parameters

name
String
objectId
String

Applies to

GitRef(String, String, IdentityRef)

public GitRef(string name, string objectId, Microsoft.VisualStudio.Services.WebApi.IdentityRef isLockedBy);
new Microsoft.TeamFoundation.SourceControl.WebApi.GitRef : string * string * Microsoft.VisualStudio.Services.WebApi.IdentityRef -> Microsoft.TeamFoundation.SourceControl.WebApi.GitRef
Public Sub New (name As String, objectId As String, isLockedBy As IdentityRef)

Parameters

name
String
objectId
String
isLockedBy
Microsoft.VisualStudio.Services.WebApi.IdentityRef

Applies to