ValueConversionAttribute(Type, Type) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
.