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

Definición

Proporciona un valor que indica si esta instancia puede filtrar por la clase Type especificada.

 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

Objeto Type especificado.

throwOnError
Boolean

El valor que determina si se produce una excepción en un error.

Devoluciones

true si el Type se puede filtrar; de lo contrario false.

Implementaciones

Se aplica a