BuildContainerPath.MakeRelative-Methode
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
)
Parameter
- parentPath
Typ: System.String
- fullPath
Typ: System.String
Rückgabewert
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.