LanguagePreferences.EnableCodeSense Property

Gets or sets whether or not IntelliSense is supported.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'Declaration
Public Property EnableCodeSense As Boolean
'Usage
Dim instance As LanguagePreferences 
Dim value As Boolean 

value = instance.EnableCodeSense

instance.EnableCodeSense = value
public bool EnableCodeSense { get; set; }
public:
property bool EnableCodeSense {
    bool get ();
    void set (bool value);
}
public function get EnableCodeSense () : boolean 
public function set EnableCodeSense (value : boolean)

Property Value

Type: System.Boolean
true if at least one IntelliSense operation is supported, otherwise false = no IntelliSense operation is supported.

Remarks

This property is associated with the registry entry CodeSense.

In the base method, even though this property can be set, the value is not written back to the registry.

Note

If you set any of the other properties that indicate support for IntelliSense to true, then you must also set the EnableCodeSense property to true..

.NET Framework Security

See Also

Reference

LanguagePreferences Class

LanguagePreferences Members

Microsoft.VisualStudio.Package Namespace