VCResourceCompilerTool.IgnoreStandardIncludePath Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.