Freigeben über


ToolboxItemFilterAttribute.FilterType-Eigenschaft

Ruft den Typ des Filters ab.

Namespace: System.ComponentModel
Assembly: System (in system.dll)

Syntax

'Declaration
Public ReadOnly Property FilterType As ToolboxItemFilterType
'Usage
Dim instance As ToolboxItemFilterAttribute
Dim value As ToolboxItemFilterType

value = instance.FilterType
public ToolboxItemFilterType FilterType { get; }
public:
property ToolboxItemFilterType FilterType {
    ToolboxItemFilterType get ();
}
/** @property */
public ToolboxItemFilterType get_FilterType ()
public function get FilterType () : ToolboxItemFilterType

Eigenschaftenwert

Ein ToolboxItemFilterType, der den Typ des Filters angibt.

Hinweise

Der Filtertyp gibt zusammen mit einem für den aktuellen Designer vorhandenen ToolboxItemFilterAttribute die Regeln an, die bestimmen, ob ein bestimmtes Toolboxelement in der Toolbox aktiviert werden soll.

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

ToolboxItemFilterAttribute-Klasse
ToolboxItemFilterAttribute-Member
System.ComponentModel-Namespace
ToolboxItemFilterType