Share via


Workspace.IsLocalPathMapped-Methode

Überprüft, ob der angegebene lokale Pfad zugeordnet wird und nicht verdeckt.

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

Syntax

'Declaration
Public Function IsLocalPathMapped ( _
    localPath As String _
) As Boolean
public bool IsLocalPathMapped(
    string localPath
)

Parameter

Rückgabewert

Typ: System.Boolean
True, wenn das lokale Element zugeordnet ist und nicht verdeckt; andernfalls false.

Hinweise

Zuerst versandt in Visual Studio 2005 Team Foundation Server.

.NET Framework-Sicherheit

Siehe auch

Referenz

Workspace Klasse

Microsoft.TeamFoundation.VersionControl.Client-Namespace