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: Boolean
true if the toolbox is currently filtering items, or false if the toolbox is not filtering items.
.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.