다음을 통해 공유


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입니다.

적용 대상