VCResourceCompilerTool.IgnoreStandardIncludePath Propriété

Définition

Obtient ou définit une valeur indiquant si le chemin d'accès Include standard doit être ignoré.

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

Valeur de propriété

Boolean

true si le chemin d'accès Include standard est ignoré ; sinon, false.

Attributs

Remarques

IgnoreStandardIncludePath expose les fonctionnalités de l’option/X du compilateur (ignorer les chemins d’accès Include standard) , les pages de propriétés MIDL du compilateur MIDL : option général et les pages de propriétés ressources du compilateur de ressources.

S’applique à