Compartir a través de


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

Definición

Comprueba que el tipo utilizado con un convertidor de valores es compatible con ese convertidor y produce si no.

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

Tipo que se va a comprobar.

converterType
Type

Tipo de convertidor de valores.

supportedTypes
Type[]

Tipos admitidos.

Devoluciones

Tipo especificado.

Se aplica a