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