Share via


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
'Usage
Dim instance As VCResourceCompilerTool 
Dim value As Boolean 

value = instance.IgnoreStandardIncludePath

instance.IgnoreStandardIncludePath = value
bool IgnoreStandardIncludePath { get; set; }
property bool IgnoreStandardIncludePath {
    bool get ();
    void set (bool value);
}
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

VCResourceCompilerTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace