ThrowActivity.ITypeFilterProvider.CanFilterType(Type, Boolean) Method

Definition

Returns a value that indicates whether the specified Type can be filtered.

 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

Parameters

type
Type

The Type to check for filtering.

throwOnError
Boolean

true to throw an exception when the CanFilterType(Type, Boolean) is processed; otherwise, false.

Returns

true if the specified type can be filtered; otherwise, false.

Implements

Applies to