ITestElement.ProjectRelativePath Property

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

Syntax

'宣言
ReadOnly Property ProjectRelativePath As String
'使用
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

Permissions

See Also

Reference

ITestElement Interface

ITestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace