Compartilhar via


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

Definição

Fornece um valor que indica se essa instância pode filtrar no Type especificado.

 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 especificado.

throwOnError
Boolean

O valor que determina se uma exceção é acionada em um erro.

Retornos

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

Implementações

Aplica-se a