ITypeFilterProvider.CanFilterType(Type, Boolean) Metodo

Definizione

Restituisce un valore che indica se è possibile filtrare il tipo specificato.

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

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

Boolean

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

Si applica a