查询特定变更集的分支对象所有权信息返回变更集太所属的根分支和计数。每个分支中的项目。
命名空间: 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[]
列出变更集跟踪。
- pathFilter
类型:Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BranchObjectOwnership>
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。