IntellisenseFilter Class

Definition

Important

This API is not CLS-compliant.

public ref class IntellisenseFilter : Microsoft::VisualStudio::Language::Intellisense::IIntellisenseFilter
[Windows::Foundation::Metadata::WebHostHidden]
class IntellisenseFilter : Microsoft::VisualStudio::Language::Intellisense::IIntellisenseFilter
[System.CLSCompliant(false)]
public class IntellisenseFilter : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseFilter
public class IntellisenseFilter : Microsoft.VisualStudio.Language.Intellisense.IIntellisenseFilter
[<System.CLSCompliant(false)>]
type IntellisenseFilter = class
    interface IIntellisenseFilter
type IntellisenseFilter = class
    interface IIntellisenseFilter
Public Class IntellisenseFilter
Implements IIntellisenseFilter
Inheritance
IntellisenseFilter
Attributes
Implements

Constructors

IntellisenseFilter(ImageMoniker, String, String, String, Boolean, Boolean)

Create an instance of an IntellisenseFilter with the specified attributes.

Properties

AccessKey

The key used to toggle the filter's state.

AutomationText

String used to represent the button for automation.

IsChecked

Has the user turned the filter on?

IsEnabled

Is the filter enabled?

Moniker

The icon shown on the filter's button.

ToolTip

The tooltip shown when the mouse hovers over the button.

Applies to