ThrowActivity.ITypeFilterProvider.CanFilterType(Type, Boolean) 메서드

정의

지정된 Type을 필터링할 수 있는지 여부를 나타내는 값을 반환합니다.

 virtual bool System.Workflow.ComponentModel.Design.ITypeFilterProvider.CanFilterType(Type ^ type, bool throwOnError) = System::Workflow::ComponentModel::Design::ITypeFilterProvider::CanFilterType;
bool ITypeFilterProvider.CanFilterType (Type type, bool throwOnError);
abstract member System.Workflow.ComponentModel.Design.ITypeFilterProvider.CanFilterType : Type * bool -> bool
override this.System.Workflow.ComponentModel.Design.ITypeFilterProvider.CanFilterType : Type * bool -> bool
Function CanFilterType (type As Type, throwOnError As Boolean) As Boolean Implements ITypeFilterProvider.CanFilterType

매개 변수

type
Type

필터링을 위해 확인할 Type입니다.

throwOnError
Boolean

true이 처리될 때 예외를 throw하려면 CanFilterType(Type, Boolean)이고, 그렇지 않으면 false입니다.

반환

지정된 형식을 필터링할 수 있으면 true이고, 그렇지 않으면 false입니다.

구현

적용 대상