This documentation is archived and is not being maintained.
VersionControlServer::GetItems Method (array<Int32>, Int32)
Visual Studio 2013
Gets an array of Item objects from repository, based on itemIds and changesetNumber.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- itemIds
- Type: array<System::Int32>
Item ID.
- changesetNumber
- Type: System::Int32
Changeset version of the item.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::Item>An array of Item objects that match the parameters.
- 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.
Show: