Share via


ITestElement.ProjectRelativePath Property

Gets the relative path of the test project.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
ReadOnly Property ProjectRelativePath As String
'Usage
Dim instance As ITestElement 
Dim value As String 

value = instance.ProjectRelativePath
string ProjectRelativePath { get; }
property String^ ProjectRelativePath {
    String^ get ();
}
function get ProjectRelativePath () : String

Property Value

Type: System.String
The relative path of the test project.

.NET Framework Security

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace