Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function FormatWorkspaceNameForException ( _
conflictingWorkspace As WorkspaceInfo _
) As String
public string FormatWorkspaceNameForException(
WorkspaceInfo conflictingWorkspace
)
public:
String^ FormatWorkspaceNameForException(
WorkspaceInfo^ conflictingWorkspace
)
member FormatWorkspaceNameForException :
conflictingWorkspace:WorkspaceInfo -> string
public function FormatWorkspaceNameForException(
conflictingWorkspace : WorkspaceInfo
) : String
Parameters
- conflictingWorkspace
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceInfo
The WorkspaceInfo object that conflicts with this one.
Return Value
Type: System.String
The formatted workspace name.
Remarks
The owner of the workspace is included when the owners are different.
.NET Framework Security
- 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.