ProjectData.SolutionName 属性

定义

获取项目所在的解决方案的名称。

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

属性值

String

一个包含解决方案的名称的字符串。

适用于