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
- 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.