EnableIntellisense Property

Gets or sets whether IntelliSense is enabled or disabled

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlLanguageServices (in Microsoft.VisualStudio.Data.Tools.SqlLanguageServices.dll)

Syntax

'Declaration
Public Property EnableIntellisense As Boolean
    Get
    Set
'Usage
Dim instance As SqlLanguagePreferences
Dim value As Boolean

value = instance.EnableIntellisense

instance.EnableIntellisense = value
public bool EnableIntellisense { get; set; }
public:
property bool EnableIntellisense {
    bool get ();
    void set (bool value);
}
member EnableIntellisense : bool with get, set
function get EnableIntellisense () : boolean
function set EnableIntellisense (value : boolean)

Property Value

Type: System..::..Boolean

See Also

Reference

SqlLanguagePreferences Class

Microsoft.VisualStudio.Data.Tools.SqlLanguageServices Namespace