Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TestAggregation::MakeLinksRelative Method (String^)

 

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)

public:
void MakeLinksRelative(
	String^ rootPath
)

Parameters

rootPath
Type: System::String^

The path to which all links are relative.

Return to top
Show: