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
'Декларация
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
- changesetIds
Type: array<System.Int32[]
Array of Changeset IDs to query.
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.