TestAggregation.MakeLinksRelative Method
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.