Partager via


VCNMakeTool.ForcedIncludes, propriété

Définit ou obtient les fichiers Include qui doivent être prétraités.

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

Syntaxe

'Déclaration
Property ForcedIncludes As String
string ForcedIncludes { get; set; }
property String^ ForcedIncludes {
    String^ get ();
    void set (String^ value);
}
abstract ForcedIncludes : string with get, set
function get ForcedIncludes () : String 
function set ForcedIncludes (value : String)

Valeur de propriété

Type : String
Chaîne contenant les noms des fichiers Include.

Sécurité .NET Framework

Voir aussi

Référence

VCNMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms