共用方式為


VCFile.UnexpandedRelativePath 屬性

取得巨集展開前的相對路徑。

命名空間:  Microsoft.VisualStudio.VCProjectEngine
組件:  Microsoft.VisualStudio.VCProjectEngine (在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

語法

'宣告
ReadOnly Property UnexpandedRelativePath As String
string UnexpandedRelativePath { get; }
property String^ UnexpandedRelativePath {
    String^ get ();
}
abstract UnexpandedRelativePath : string with get
function get UnexpandedRelativePath () : String

屬性值

型別:System.String
法則的相對路徑。

.NET Framework 安全性

請參閱

參考

VCFile 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間