TypeFilterProviderAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy TypeFilterProviderAttribute.

Przeciążenia

TypeFilterProviderAttribute(String)

Inicjuje nowe wystąpienie TypeFilterProviderAttribute klasy przy użyciu określonej nazwy typu.

TypeFilterProviderAttribute(Type)

Inicjuje nowe wystąpienie klasy TypeFilterProviderAttribute.

TypeFilterProviderAttribute(String)

Inicjuje nowe wystąpienie TypeFilterProviderAttribute klasy przy użyciu określonej nazwy typu.

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)

Parametry

typeName
String

Ciąg, który zawiera nazwę typu, który implementuje ITypeFilterProvider do zastosowania do klasy lub składowej.

Dotyczy

TypeFilterProviderAttribute(Type)

Inicjuje nowe wystąpienie klasy TypeFilterProviderAttribute.

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)

Parametry

type
Type

Obiekt Type , który implementuje do ITypeFilterProvider zastosowania do klasy lub składowej.

Dotyczy