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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.