Share via


VersionControlPath.PrependRootIfNeeded Method

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

Syntax

'宣言
Public Shared Function PrependRootIfNeeded ( _
    folder As String _
) As String
public static string PrependRootIfNeeded(
    string folder
)
public:
static String^ PrependRootIfNeeded(
    String^ folder
)
static member PrependRootIfNeeded : 
        folder:string -> string 
public static function PrependRootIfNeeded(
    folder : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

VersionControlPath Class

Microsoft.TeamFoundation.VersionControl.Common Namespace