次の方法で共有


VersionControlPath.IsServerItem Method

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

Syntax

'宣言
Public Shared Function IsServerItem ( _
    path As String _
) As Boolean
public static bool IsServerItem(
    string path
)
public:
static bool IsServerItem(
    String^ path
)
static member IsServerItem : 
        path:string -> bool 
public static function IsServerItem(
    path : String
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

VersionControlPath Class

Microsoft.TeamFoundation.VersionControl.Common Namespace