VersionControlPath.Combine Method (String, String, String)
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function Combine ( _
baseLocalPath As String, _
targetLocalPath As String, _
baseServerPath As String _
) As String
public static string Combine(
string baseLocalPath,
string targetLocalPath,
string baseServerPath
)
public:
static String^ Combine(
String^ baseLocalPath,
String^ targetLocalPath,
String^ baseServerPath
)
static member Combine :
baseLocalPath:string *
targetLocalPath:string *
baseServerPath:string -> string
public static function Combine(
baseLocalPath : String,
targetLocalPath : String,
baseServerPath : String
) : String
Parameters
- baseLocalPath
Type: System.String
- targetLocalPath
Type: System.String
- baseServerPath
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.