TfsGitCommitLineageDiff Constructor
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Sub New ( _
metadata As TfsGitCommitMetadata, _
behindCount As Integer, _
aheadCount As Integer, _
refName As String _
)
public TfsGitCommitLineageDiff(
TfsGitCommitMetadata metadata,
int behindCount,
int aheadCount,
string refName
)
public:
TfsGitCommitLineageDiff(
TfsGitCommitMetadata^ metadata,
int behindCount,
int aheadCount,
String^ refName
)
new :
metadata:TfsGitCommitMetadata *
behindCount:int *
aheadCount:int *
refName:string -> TfsGitCommitLineageDiff
public function TfsGitCommitLineageDiff(
metadata : TfsGitCommitMetadata,
behindCount : int,
aheadCount : int,
refName : String
)
Parameters
- metadata
Type: Microsoft.TeamFoundation.Git.Server.TfsGitCommitMetadata
- behindCount
Type: System.Int32
- aheadCount
Type: System.Int32
- refName
Type: System.String
.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.