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)

property bool ValidateIntelliSense {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

Return to top
Show: