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

适用于