Gets the BranchObjectOwnership objects associated with the specified Changeset IDs, constrained by the specified path filter.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Function QueryBranchObjectOwnership ( _
    changesetIds As Integer(), _
    pathFilter As ItemSpec _
) As BranchObjectOwnership()
public BranchObjectOwnership[] QueryBranchObjectOwnership(
    int[] changesetIds,
    ItemSpec pathFilter
)
public:
array<BranchObjectOwnership^>^ QueryBranchObjectOwnership(
    array<int>^ changesetIds, 
    ItemSpec^ pathFilter
)
member QueryBranchObjectOwnership : 
        changesetIds:int[] * 
        pathFilter:ItemSpec -> BranchObjectOwnership[] 
public function QueryBranchObjectOwnership(
    changesetIds : int[], 
    pathFilter : ItemSpec
) : BranchObjectOwnership[]
Parameters
- changesetIds
 Type: array<System.Int32[]
 Array of Changeset IDs to query.
- pathFilter
 Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
 Optional path filter restricts the paths traversed in the Changeset.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.BranchObjectOwnership[]
An array of BranchObjectOwnership objects associated with the specified Changeset IDs.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.