Share via


VersionControlServer.QueryBranchObjectOwnership 方法 (array<Int32 , ItemSpec)

获取 BranchObjectOwnership 对象与指定的 Changeset ID,约束所指定的路径筛选器。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Function QueryBranchObjectOwnership ( _
    changesetIds As Integer(), _
    pathFilter As ItemSpec _
) As BranchObjectOwnership()
public BranchObjectOwnership[] QueryBranchObjectOwnership(
    int[] changesetIds,
    ItemSpec pathFilter
)

参数

返回值

类型:array<Microsoft.TeamFoundation.VersionControl.Client.BranchObjectOwnership[]
数组 BranchObjectOwnership 对象与指定的 Changeset ID。

.NET Framework 安全性

请参见

参考

VersionControlServer 类

QueryBranchObjectOwnership 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间