Condividi tramite


ThrowActivity.ITypeFilterProvider.CanFilterType(Type, Boolean) Metodo

Definizione

Restituisce un valore che indica se è possibile filtrare Type.

 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

Type di cui verificare il filtro.

throwOnError
Boolean

true per generare un'eccezione quando viene elaborato CanFilterType(Type, Boolean); in caso contrario, false.

Restituisce

true se il tipo specificato può essere filtrato; in caso contrario, false.

Implementazioni

Si applica a