次の方法で共有


VersionControlPath.GetFolderDepth Method (String)

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

Syntax

'宣言
Public Shared Function GetFolderDepth ( _
    item As String _
) As Integer
public static int GetFolderDepth(
    string item
)
public:
static int GetFolderDepth(
    String^ item
)
static member GetFolderDepth : 
        item:string -> int 
public static function GetFolderDepth(
    item : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

VersionControlPath Class

GetFolderDepth Overload

Microsoft.TeamFoundation.VersionControl.Common Namespace