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