共用方式為


GitBranchStats 建構函式 (GitCommitRef, String, Int32, Int32)

命名空間:  Microsoft.TeamFoundation.SourceControl.WebApi
組件:  Microsoft.TeamFoundation.SourceControl.WebApi (在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)

語法

'宣告
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
)

參數

.NET Framework 安全性

請參閱

參考

GitBranchStats 類別

GitBranchStats 多載

Microsoft.TeamFoundation.SourceControl.WebApi 命名空間