Compartilhar via


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

Definição

Retorna um valor que indica se o Type especificado pode ser filtrados.

 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

O Type para verificar em relação à filtragem.

throwOnError
Boolean

true para gerar uma exceção quando o CanFilterType(Type, Boolean) é processado; caso contrário, false.

Retornos

Boolean

true se o tipo especificado puder ser filtrado; caso contrário, false.

Implementações

Aplica-se a