Compartilhar via


ValueConverter.CheckTypeSupported(Type, Type, Type[]) Método

Definição

Verifica se o tipo usado com um conversor de valor é compatível com esse conversor e lança se não.

protected static Type CheckTypeSupported (Type type, Type converterType, params Type[] supportedTypes);
static member CheckTypeSupported : Type * Type * Type[] -> Type
Protected Shared Function CheckTypeSupported (type As Type, converterType As Type, ParamArray supportedTypes As Type()) As Type

Parâmetros

type
Type

O tipo a ser verificado.

converterType
Type

O tipo de conversor de valor.

supportedTypes
Type[]

Os tipos com suporte.

Retornos

O tipo fornecido.

Aplica-se a