FaultHandlerActivity.ITypeFilterProvider.CanFilterType(Type, Boolean) Method

Definition

Provides a value that indicates whether this instance can filter on the specified 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

Parameters

type
Type

The specified Type.

throwOnError
Boolean

The value that determines whether an exception is raised on an error.

Returns

true if the Type can be filtered; false otherwise.

Implements

Applies to