Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.