ProjectData.ProjectRelativePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the relative path of the project within the solution directory.
public:
property System::String ^ ProjectRelativePath { System::String ^ get(); };
public string ProjectRelativePath { get; }
member this.ProjectRelativePath : string
Public ReadOnly Property ProjectRelativePath As String
Property Value
A string that contains the project's relative path within the solution directory.