LanguagePreferences.EnableCodeSense Property
Gets or sets whether or not IntelliSense is supported.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public Property EnableCodeSense As Boolean
public bool EnableCodeSense { get; set; }
public:
property bool EnableCodeSense {
bool get ();
void set (bool value);
}
member EnableCodeSense : bool with get, set
function get EnableCodeSense () : boolean
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
- 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.