Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.