Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Sub MakeLinksRelative ( _
rootPath As String _
)
'使用
Dim instance As TestAggregation
Dim rootPath As String
instance.MakeLinksRelative(rootPath)
public void MakeLinksRelative(
string rootPath
)
public:
void MakeLinksRelative(
String^ rootPath
)
public function MakeLinksRelative(
rootPath : String
)
Parameters
- rootPath
Type: System.String
Permissions
- 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.