共用方式為


VCResourceCompilerTool.IgnoreStandardIncludePath 屬性

取得或設定值,這個值表示是否忽略標準 include 路徑。

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

語法

'宣告
Property IgnoreStandardIncludePath As Boolean
bool IgnoreStandardIncludePath { get; set; }
property bool IgnoreStandardIncludePath {
    bool get ();
    void set (bool value);
}
abstract IgnoreStandardIncludePath : bool with get, set
function get IgnoreStandardIncludePath () : boolean
function set IgnoreStandardIncludePath (value : boolean)

屬性值

型別:System.Boolean
如果要忽略標準 include 路徑則為 true,否則為 false。

備註

IgnoreStandardIncludePath 公開編譯器的 /X (忽略標準 Include 路徑) 選項、MIDL 編譯器之 MIDL 屬性頁:一般 選項及資源編譯器之 資源屬性頁 選項的功能。

.NET Framework 安全性

請參閱

參考

VCResourceCompilerTool 介面

Microsoft.VisualStudio.VCProjectEngine 命名空間