GitBranchStats-Konstruktor (GitCommitRef, String, Int32, Int32)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
commit As GitCommitRef, _
name As String, _
aheadCount As Integer, _
behindCount As Integer _
)
public GitBranchStats(
GitCommitRef commit,
string name,
int aheadCount,
int behindCount
)
Parameter
- name
Typ: System.String
- aheadCount
Typ: System.Int32
- behindCount
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.