Freigeben über


VersionControlPath.IsServerItem-Methode

Gibt true zurück, wenn die angegebene Zeichenfolge angezeigt wird, ein Serverelement sein (anstelle eines lokalen Elements).Der Pfad ist nicht erforderlich kanonisiert zu werden.Alle Serverelementpfade sind absolut.

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

Syntax

'Declaration
Public Shared Function IsServerItem ( _
    path As String _
) As Boolean
public static bool IsServerItem(
    string path
)

Parameter

Rückgabewert

Typ: System.Boolean
true, wenn die Zeichenfolge ein Serverelement ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlPath Klasse

Microsoft.TeamFoundation.VersionControl.Common-Namespace