Partilhar via


ValueConversionAttribute(Type, Type) Construtor

Definição

Inicializa uma nova instância da classe ValueConversionAttribute com o tipo de origem e 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

O tipo que esse conversor converte.

targetType
Type

O tipo para o qual esse conversor converte.

Exceções

O parâmetro targetType não pode ser null.

Aplica-se a

Confira também