This documentation is archived and is not being maintained.
VersionControlServer.GetItems Method (Int32[], Int32, GetItemsOptions)
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)
public Item[] GetItems( int[] itemIds, int changesetNumber, GetItemsOptions options )
Parameters
- itemIds
- Type: System.Int32[]
Item ID.
- changesetNumber
- Type: System.Int32
Changeset version of the item.
- options
- Type: Microsoft.TeamFoundation.VersionControl.Client.GetItemsOptions
Options for the query.
Return Value
Type: 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: