ITypeFilterProvider.CanFilterType(Type, Boolean) Método

Definición

Devuelve un valor que indica si se puede filtrar el tipo especificado.

public:
 bool CanFilterType(Type ^ type, bool throwOnError);
public bool CanFilterType (Type type, bool throwOnError);
abstract member CanFilterType : Type * bool -> bool
Public Function CanFilterType (type As Type, throwOnError As Boolean) As Boolean

Parámetros

type
Type

Type para comprobar el filtro.

throwOnError
Boolean

true para producir una excepción cuando se procesa CanFilterType(Type, Boolean); de lo contrario, false.

Devoluciones

Boolean

true si se puede filtrar el tipo especificado; de lo contrario, false.

Se aplica a