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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。