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 命名空间