This documentation is archived and is not being maintained.
WorkspaceInfo::FormatWorkspaceNameForException Method
Visual Studio 2013
Formats the conflicting workspace name for exception when a conflict between names occurs.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
String^ FormatWorkspaceNameForException(
WorkspaceInfo^ conflictingWorkspace
)
Parameters
- conflictingWorkspace
- Type: Microsoft.TeamFoundation.VersionControl.Client::WorkspaceInfo
The WorkspaceInfo object that conflicts with this one.
- 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: