Share via


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: String

    The path to which all links are relative.

.NET Framework Security

See Also

Reference

TestAggregation Class

Microsoft.VisualStudio.TestTools.Common Namespace