Construtor GitBranchStats (GitCommitRef, String, Int32, Int32)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (em Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Sintaxe
'Declaração
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
)
Parâmetros
- name
Tipo: System.String
- aheadCount
Tipo: System.Int32
- behindCount
Tipo: System.Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.