Freigeben über


VCXDCMakeTool.ValidateIntelliSense-Eigenschaft

Legt fest oder ruft ab, ob das Dokumentformat für die Verwendung mit IntelliSense überprüft werden soll.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean
TRUE , wenn die Dokumente mit IntelliSense kompatibel sein müssen, andernfalls FALSE.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCXDCMakeTool Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace