VCResourceCompilerTool.IgnoreStandardIncludePath Property

Gets or sets a value indicating whether to ignore the standard include path.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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)

Property Value

Type: System.Boolean
true if it is to ignore the standard include path; otherwise, false.

Remarks

IgnoreStandardIncludePath exposes the functionality of the compiler's /X (Ignore Standard Include Paths) option, the MIDL compiler's MIDL Property Pages: General option, and the resource compiler's Resources Property Pages option.

.NET Framework Security

See Also

Reference

VCResourceCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace