VersionControlServer.QueryBranchObjectOwnership Method (array<Int32 )

Gets the BranchObjectOwnership objects associated with the specified Changeset IDs.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function QueryBranchObjectOwnership ( _
    changesetIds As Integer() _
) As BranchObjectOwnership()
public BranchObjectOwnership[] QueryBranchObjectOwnership(
    int[] changesetIds
)
public:
array<BranchObjectOwnership^>^ QueryBranchObjectOwnership(
    array<int>^ changesetIds
)
member QueryBranchObjectOwnership : 
        changesetIds:int[] -> BranchObjectOwnership[] 
public function QueryBranchObjectOwnership(
    changesetIds : int[]
) : BranchObjectOwnership[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client.BranchObjectOwnership[]
An array of BranchObjectOwnership objects associated with the specified Changeset IDs.

.NET Framework Security

See Also

Reference

VersionControlServer Class

QueryBranchObjectOwnership Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace