Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Makes the paths for all links in this test aggregation relative to the provided root path.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub MakeLinksRelative ( _
rootPath As String _
)
public void MakeLinksRelative(
string rootPath
)
public:
void MakeLinksRelative(
String^ rootPath
)
member MakeLinksRelative :
rootPath:string -> unit
public function MakeLinksRelative(
rootPath : String
)
Parameters
rootPath
Type: StringThe path to which all links are relative.
.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.