Share via


FaultHandlerActivity.ITypeFilterProvider.CanFilterType(Type, Boolean) Metodo

Definizione

Fornisce un valore che indica se l'istanza può eseguire azioni di filtro sull'oggetto Type specificato.

 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

Parametri

type
Type

Classe Type specificata.

throwOnError
Boolean

Valore che determina se un'eccezione ha generato un errore.

Restituisce

Boolean

true se è possibile filtrare Type; in caso contrario, false.

Implementazioni

Si applica a