RepositoryExtensions.QueryBranchObjectOwnership 方法

查詢特定變更集傳回的分支物件擁有權資訊變更集太所屬的根分支和計算每個分支的項目。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
<WebMethodAttribute> _
Public Function QueryBranchObjectOwnership ( _
    changesets As Integer(), _
    pathFilter As ItemSpec _
) As StreamingCollection(Of BranchObjectOwnership)
[WebMethodAttribute]
public StreamingCollection<BranchObjectOwnership> QueryBranchObjectOwnership(
    int[] changesets,
    ItemSpec pathFilter
)

參數

  • changesets
    類型:array<System.Int32[]
    追蹤的變更集清單。

傳回值

類型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BranchObjectOwnership>

.NET Framework 安全性

請參閱

參考

RepositoryExtensions 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間