Share via


Workspace.Map-Methode

Ordnet den angegebenen Serverpfad zu einem Speicherort auf dem lokalen Datenträger zu.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub Map ( _
    serverPath As String, _
    localPath As String _
)
public void Map(
    string serverPath,
    string localPath
)

Parameter

  • serverPath
    Typ: System.String
    Der Serverpfad des Ordners, der belegt wird.
  • localPath
    Typ: System.String
    Der lokalen Pfad des Speicherorts, der zugeordnet ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace