BuildPath.Combine Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Декларация
Public Shared Function Combine ( _
parent As String, _
relative As String _
) As String
public static string Combine(
string parent,
string relative
)
public:
static String^ Combine(
String^ parent,
String^ relative
)
static member Combine :
parent:string *
relative:string -> string
public static function Combine(
parent : String,
relative : String
) : String
Parameters
- parent
Type: System.String
- relative
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.