Compartir a través de


ThrowActivity.ITypeFilterProvider.CanFilterType(Type, Boolean) Método

Definición

Devuelve un valor que indica si se puede filtrar el Type especificado.

 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

Parámetros

type
Type

Type para comprobar el filtro.

throwOnError
Boolean

true para producir una excepción cuando se procesa CanFilterType(Type, Boolean); de lo contrario, false.

Devoluciones

true si se puede filtrar el tipo especificado; de lo contrario, false.

Implementaciones

Se aplica a