ValueConversionAttribute(Type, Type) Construtor

Definição

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

targetType
Type

O tipo para o qual este conversor se converte.

Exceções

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

Aplica-se a

Ver também