This documentation is archived and is not being maintained.
Workstation.GetLocalWorkspaceInfo Method (String)
Visual Studio 2013
Gets the cached local workspace information for the workspace that contains 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 local path.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceInfoThe WorkspaceInfo object that contains the specified path, or null if the path is not in a 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: