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
- folder
Type: System.String
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.