TypeFilterProviderAttribute Constructors

Definition

Initializes a new instance of the TypeFilterProviderAttribute class.

Overloads

TypeFilterProviderAttribute(String)

Initializes a new instance of the TypeFilterProviderAttribute class by using the specified type name.

TypeFilterProviderAttribute(Type)

Initializes a new instance of the TypeFilterProviderAttribute class.

TypeFilterProviderAttribute(String)

Initializes a new instance of the TypeFilterProviderAttribute class by using the specified type name.

public:
 TypeFilterProviderAttribute(System::String ^ typeName);
public TypeFilterProviderAttribute (string typeName);
new System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute : string -> System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute
Public Sub New (typeName As String)

Parameters

typeName
String

A string that contains the name of the type that implements ITypeFilterProvider to apply to the class or member.

Applies to

TypeFilterProviderAttribute(Type)

Initializes a new instance of the TypeFilterProviderAttribute class.

public:
 TypeFilterProviderAttribute(Type ^ type);
public TypeFilterProviderAttribute (Type type);
new System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute : Type -> System.Workflow.ComponentModel.Design.TypeFilterProviderAttribute
Public Sub New (type As Type)

Parameters

type
Type

A Type that implements ITypeFilterProvider to apply to the class or member.

Applies to