VCXDCMakeTool.ValidateIntelliSense Property

Definition

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

public:
 property bool ValidateIntelliSense { bool get(); void set(bool value); };
public:
 property bool ValidateIntelliSense { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(4)]
public bool ValidateIntelliSense { [System.Runtime.InteropServices.DispId(4)] get; [System.Runtime.InteropServices.DispId(4)] set; }
[<System.Runtime.InteropServices.DispId(4)>]
[<get: System.Runtime.InteropServices.DispId(4)>]
[<set: System.Runtime.InteropServices.DispId(4)>]
member this.ValidateIntelliSense : bool with get, set
Public Property ValidateIntelliSense As Boolean

Property Value

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

Attributes

Applies to