Freigeben über


ITestElement.ProjectRelativePath-Eigenschaft

Ruft den relativen Pfad des Testprojekts ab.

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

Syntax

'Declaration
ReadOnly Property ProjectRelativePath As String
string ProjectRelativePath { get; }
property String^ ProjectRelativePath {
    String^ get ();
}
abstract ProjectRelativePath : string with get
function get ProjectRelativePath () : String

Eigenschaftswert

Typ: System.String
Der relative Pfad des Testprojekts.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITestElement Schnittstelle

Microsoft.VisualStudio.TestTools.Common-Namespace