XamlSchemaContext.GetValueConverter<TConverterBase> Método
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.
Retorna um conversor de valor que pode ser convertido para o targetType
solicitado.
protected public:
generic <typename TConverterBase>
where TConverterBase : class System::Xaml::Schema::XamlValueConverter<TConverterBase> ^ GetValueConverter(Type ^ converterType, System::Xaml::XamlType ^ targetType);
protected internal System.Xaml.Schema.XamlValueConverter<TConverterBase> GetValueConverter<TConverterBase> (Type converterType, System.Xaml.XamlType targetType) where TConverterBase : class;
member this.GetValueConverter : Type * System.Xaml.XamlType -> System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> (requires 'ConverterBase : null)
Protected Friend Function GetValueConverter(Of TConverterBase As Class) (converterType As Type, targetType As XamlType) As XamlValueConverter(Of TConverterBase)
Parâmetros de tipo
- TConverterBase
A classe base do conversor específico.
Parâmetros
- converterType
- Type
A implementação de conversor.
- targetType
- XamlType
O tipo de destino desejado para o conversor.
Retornos
Um XamlValueConverter<TConverterBase> com uma restrição que corresponde à restrição que é colocada na chamada do método.