GitItem 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
| GitItem() | |
| GitItem(GitObjectId) | |
| GitItem(Byte[]) | |
| GitItem(String, Byte[], GitObjectType, String, Int32) |
GitItem()
public GitItem();
Public Sub New ()
Applies to
GitItem(GitObjectId)
public GitItem(Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectId objectId);
new Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitItem : Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectId -> Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitItem
Public Sub New (objectId As GitObjectId)
Parameters
- objectId
- GitObjectId
Applies to
GitItem(Byte[])
public GitItem(byte[] objectId);
new Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitItem : byte[] -> Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitItem
Public Sub New (objectId As Byte())
Parameters
- objectId
- Byte[]
Applies to
GitItem(String, Byte[], GitObjectType, String, Int32)
public GitItem(string itemPath, byte[] objectId, Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectType objectType, string version, int mode);
new Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitItem : string * byte[] * Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitObjectType * string * int -> Microsoft.TeamFoundation.SourceControl.WebApi.Legacy.GitItem
Public Sub New (itemPath As String, objectId As Byte(), objectType As GitObjectType, version As String, mode As Integer)
Parameters
- itemPath
- String
- objectId
- Byte[]
- objectType
- GitObjectType
- version
- String
- mode
- Int32