InvokeWorkflowActivity.ITypeFilterProvider.CanFilterType Method

Definition

Determines whether the Type can be filtered by the workflow.

 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 that the workflow must filter.

throwOnError
Boolean

true to throw an error if the specified Type cannot be filtered; otherwise, false.

Returns

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

Implements

Exceptions

type is null.

throwonError is true. This indicates that type is a design time type.

type is not the root activity.

Applies to