ValueConversionAttribute(Type, Type) Constructor

Definición

Inicializa una nueva instancia de la clase ValueConversionAttribute con el tipo de origen y el tipo de destino especificados.

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)

Parámetros

sourceType
Type

Tipo al que convierte este convertidor.

targetType
Type

Tipo al que se convierte este convertidor.

Excepciones

El parámetro targetType no puede ser null.

Se aplica a

Consulte también