Partager via


VCResourceCompilerTool.IgnoreStandardIncludePath, propriété

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

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Property IgnoreStandardIncludePath As Boolean
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)

Valeur de propriété

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

Notes

IgnoreStandardIncludePath expose les fonctionnalités de l'option /X (Ignorer les chemins d'accès Include standard) du compilateur, l'option Pages de propriétés MIDL : Général du compilateur MIDL, et l'option Pages de propriétés Ressources du compilateur de ressources.

Sécurité .NET Framework

Voir aussi

Référence

VCResourceCompilerTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms