Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Formats the conflicting workspace name for an exception when two names conflict.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function FormatWorkspaceNameForException ( _
conflictingWorkspace As Workspace _
) As String
public string FormatWorkspaceNameForException(
Workspace conflictingWorkspace
)
public:
String^ FormatWorkspaceNameForException(
Workspace^ conflictingWorkspace
)
member FormatWorkspaceNameForException :
conflictingWorkspace:Workspace -> string
public function FormatWorkspaceNameForException(
conflictingWorkspace : Workspace
) : String
Parameters
conflictingWorkspace
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspaceThe workspace that conflicts with this workspace.
Return Value
Type: System.String
The formatted workspace name.
Remarks
The workspace owner is included if the conflicting workspaces have different owners.
.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.