ProjectData.ProjectRelativePath 属性

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

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
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

属性值

类型:System.String
一个 string,其中包含项目在解决方案目录中的相对路径。

.NET Framework 安全性

请参见

参考

ProjectData 类

Microsoft.VisualStudio.TestTools.Common 命名空间