Freigeben über


ProjectData.ProjectRelativePath-Eigenschaft

Ruft den relativen Pfad des Projekts innerhalb des Projektmappenverzeichnisses ab.

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

Syntax

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

Eigenschaftswert

Typ: String
Ein string-Wert, der den relativen Pfad des Projekts innerhalb des Projektmappenverzeichnisses enthält.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProjectData Klasse

Microsoft.VisualStudio.TestTools.Common-Namespace