ValueConversionAttribute(Type, Type) Oluşturucu

Tanım

Belirtilen kaynak türü ve hedef türü ile sınıfının yeni bir örneğini ValueConversionAttribute başlatır.

public:
 ValueConversionAttribute(Type ^ sourceType, Type ^ targetType);
public ValueConversionAttribute(Type sourceType, Type targetType);
new System.Windows.Data.ValueConversionAttribute : Type * Type -> System.Windows.Data.ValueConversionAttribute
Public Sub New (sourceType As Type, targetType As Type)

Parametreler

sourceType
Type

Bu dönüştürücü dönüştürdüğü tür.

targetType
Type

Bu dönüştürücüye dönüştürülen tür.

Özel durumlar

targetType parametresi olamaznull.

Şunlara uygulanır

Ayrıca bkz.