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

適用対象