共用方式為


VCNMakeTool.IncludeSearchPath 屬性

設定或取得搜尋路徑包含檔。

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

語法

'宣告
Property IncludeSearchPath As String
string IncludeSearchPath { get; set; }
property String^ IncludeSearchPath {
    String^ get ();
    void set (String^ value);
}
abstract IncludeSearchPath : string with get, set
function get IncludeSearchPath () : String
function set IncludeSearchPath (value : String)

屬性值

型別:System.String
字串,包含搜尋路徑,以其他包含的檔案。

.NET Framework 安全性

請參閱

參考

VCNMakeTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間