Share via


IVsToolbox6.IsFiltered Property

Gets or sets whether the toolbox is currently filtering items against the active designer and project. This is the inverse of the "Show All" toggle in the context menu.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Property IsFiltered As Boolean
bool IsFiltered { get; set; }
property bool IsFiltered {
    bool get ();
    void set (bool value);
}
abstract IsFiltered : bool with get, set
function get IsFiltered () : boolean 
function set IsFiltered (value : boolean)

Property Value

Type: System.Boolean
true if the toolbox is currently filtering items, or false if the toolbox is not filtering items.

.NET Framework Security

See Also

Reference

IVsToolbox6 Interface

Microsoft.VisualStudio.Shell.Interop Namespace