Partager via


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

Définition

Fournit une valeur qui indique si cette instance peut filtrer sur le Type spécifié.

 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

Paramètres

type
Type

Type spécifié.

throwOnError
Boolean

Valeur qui détermine si une exception est levée sur une erreur.

Retours

Boolean

true si Type peut être filtré ; sinon, false.

Implémente

S’applique à