TypeFilterProviderAttribute Class
.NET Framework 3.0
Specifies the class a type or member uses to filter the types that are displayed in the class browser dialog box. This class cannot be inherited.
Namespace: System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
Assembly: System.Workflow.ComponentModel (in system.workflow.componentmodel.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Method Or AttributeTargets.Property, AllowMultiple:=False)> _ Public NotInheritable Class TypeFilterProviderAttribute Inherits Attribute 'Usage Dim instance As TypeFilterProviderAttribute
/** @attribute AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple=false) */ public final class TypeFilterProviderAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Method|AttributeTargets.Property, AllowMultiple=false) public final class TypeFilterProviderAttribute extends Attribute
Not applicable.
The class you use to filter the types to display in the class browser dialog box must implement ITypeFilterProvider.
Use the TypeFilterProviderTypeName property to determine the name of the filter class.
For more information about using attributes, see Extending Metadata Using Attributes.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: