TypeFilterProviderAttribute 建構函式

定義

初始化 TypeFilterProviderAttribute 類別的新執行個體。

多載

TypeFilterProviderAttribute(String)

使用指定的型別名稱來初始化 TypeFilterProviderAttribute 類別的新執行個體。

TypeFilterProviderAttribute(Type)

初始化 TypeFilterProviderAttribute 類別的新執行個體。

TypeFilterProviderAttribute(String)

使用指定的型別名稱來初始化 TypeFilterProviderAttribute 類別的新執行個體。

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)

參數

typeName
String

字串,其中包含型別名稱,它會實作 ITypeFilterProvider 以套用至類別或成員。

適用於

TypeFilterProviderAttribute(Type)

初始化 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)

參數

type
Type

Type,它會實作 ITypeFilterProvider 以套用至類別或成員。

適用於