ValueConverter.CheckTypeSupported(Type, Type, Type[]) Yöntem

Tanım

Bir değer dönüştürücüsü ile kullanılan türün bu dönüştürücü tarafından desteklendiğini denetler ve değilse oluşturur.

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

Parametreler

type
Type

Denetlenecek tür.

converterType
Type

Değer dönüştürücü türü.

supportedTypes
Type[]

Desteklenen türler.

Döndürülenler

Type

Verilen tür.

Şunlara uygulanır