This documentation is archived and is not being maintained.
VersionControlServer::GetItems Method (String)
Visual Studio 2013
Gets an array of Item objects from repository that match the specified path.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- path
- Type: System::String
The path to the item(s), may be server or local.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::ItemSetAn array of Item objects matching the path.
- 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: