TeamFoundationVersionControlService.QueryBranchObjectOwnership 方法
查詢指定變更集的分支物件擁有權資訊。 傳回變更集所屬的根分支和計算每個分支的項目。
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
Public Function QueryBranchObjectOwnership ( _
requestContext As TeamFoundationRequestContext, _
changesets As Integer(), _
pathFilter As ItemSpec _
) As TeamFoundationDataReader
public TeamFoundationDataReader QueryBranchObjectOwnership(
TeamFoundationRequestContext requestContext,
int[] changesets,
ItemSpec pathFilter
)
參數
- requestContext
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
要求內容。
- changesets
類型:array<System.Int32[]
追蹤的變更集清單。
- pathFilter
類型:Microsoft.TeamFoundation.VersionControl.Server.ItemSpec
套用的選擇性項目篩選條件。
傳回值
類型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
含有結果的 TeamFoundationDataReader 在下列順序:分支符合物件的擁有權 BranchObjectOnwership [-清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。