VCXDCMakeTool.ValidateIntelliSense Property

Sets or gets whether to validate the doc format for use with IntelliSense.

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

Syntax

Property ValidateIntelliSense As Boolean

Dim instance As VCXDCMakeTool
Dim value As Boolean

value = instance.ValidateIntelliSense

instance.ValidateIntelliSense = value
bool ValidateIntelliSense { get; set; }
property bool ValidateIntelliSense {
    bool get ();
    void set (bool value);
}
function get ValidateIntelliSense () : boolean
function set ValidateIntelliSense (value : boolean)

Property Value

Type: System.Boolean

TRUE if the docs are to be IntelliSense compatible, otherwise FALSE.

Permissions

See Also

Reference

VCXDCMakeTool Interface

VCXDCMakeTool Members

Microsoft.VisualStudio.VCProjectEngine Namespace