TfsGitCommitChangeCount Constructor
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
commitId As Byte(), _
changeType As TfsGitChangeType, _
changeCount As Integer _
)
public TfsGitCommitChangeCount(
byte[] commitId,
TfsGitChangeType changeType,
int changeCount
)
public:
TfsGitCommitChangeCount(
array<unsigned char>^ commitId,
TfsGitChangeType changeType,
int changeCount
)
new :
commitId:byte[] *
changeType:TfsGitChangeType *
changeCount:int -> TfsGitCommitChangeCount
public function TfsGitCommitChangeCount(
commitId : byte[],
changeType : TfsGitChangeType,
changeCount : int
)
Parameters
- commitId
Type: array<System.Byte[]
- changeType
Type: Microsoft.TeamFoundation.Git.Server.TfsGitChangeType
- changeCount
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.