BuildContainerPath.MakeRelative Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function MakeRelative ( _
parentPath As String, _
fullPath As String _
) As String
public static string MakeRelative(
string parentPath,
string fullPath
)
public:
static String^ MakeRelative(
String^ parentPath,
String^ fullPath
)
static member MakeRelative :
parentPath:string *
fullPath:string -> string
public static function MakeRelative(
parentPath : String,
fullPath : String
) : String
Parameters
- parentPath
Type: System.String
- fullPath
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.