Partager via


VCXDCMakeTool.ValidateIntelliSense, propriété

Définit ou obtient une valeur indiquant s'il faut valider le format du document en vue de son utilisation avec IntelliSense.

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

Syntaxe

'Déclaration
Property ValidateIntelliSense As Boolean
bool ValidateIntelliSense { get; set; }
property bool ValidateIntelliSense {
    bool get ();
    void set (bool value);
}
abstract ValidateIntelliSense : bool with get, set
function get ValidateIntelliSense () : boolean
function set ValidateIntelliSense (value : boolean)

Valeur de propriété

Type : System.Boolean
TRUE si les documents doivent être compatibles avec IntelliSense ; sinon, FALSE.

Sécurité .NET Framework

Voir aussi

Référence

VCXDCMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms