ProjectData.ProjectRelativePath 属性

定义

获取解决方案目录内项目的相对路径。

public:
 property System::String ^ ProjectRelativePath { System::String ^ get(); };
public string ProjectRelativePath { get; }
member this.ProjectRelativePath : string
Public ReadOnly Property ProjectRelativePath As String

属性值

String

一个字符串,其中包含项目在解决方案目录中的相对路径。

适用于