This documentation is archived and is not being maintained.
Workspace::TryGetWorkingFolderForLocalItem Method
Visual Studio 2013
Gets a WorkingFolder instance that describes how the local item is mapped in the workspace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Parameters
- localItem
- Type: System::String
The local path for which to construct a WorkingFolder instance.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::WorkingFolderA WorkingFolder instance that describes how the local path is mapped in the workspace. Null if the specified local item is not mapped in the workspace.
- 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: