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

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

Property Value

Type: System.Boolean
TRUE if the docs are to be IntelliSense compatible, otherwise FALSE.

.NET Framework Security

See Also

Reference

VCXDCMakeTool Interface

Microsoft.VisualStudio.VCProjectEngine Namespace