GitRef Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
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