VCResourceCompilerTool.IgnoreStandardIncludePath Property

Definition

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

public:
 property bool IgnoreStandardIncludePath { bool get(); void set(bool value); };
public:
 property bool IgnoreStandardIncludePath { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(5)]
public bool IgnoreStandardIncludePath { [System.Runtime.InteropServices.DispId(5)] get; [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.IgnoreStandardIncludePath : bool with get, set
Public Property IgnoreStandardIncludePath As Boolean

Property Value

true if it is to ignore the standard include path; otherwise, false.

Attributes

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.

Applies to