This documentation is archived and is not being maintained.
Workspace::GetLocalVersions Method
Visual Studio 2013
Gets local item information about items in a workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<array<LocalVersion^>^>^ GetLocalVersions( array<ItemSpec^>^ itemSpecs, bool sortData )
Parameters
- itemSpecs
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>
The specifiers for each item, which may be on the server or a local computer.
- sortData
- Type: System::Boolean
True to sort the returned data; false not to sort.
Return Value
Type: array<array<Microsoft.TeamFoundation.VersionControl.Client::LocalVersion>>An array of local version lists for each item.
- 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: