Sdílet prostřednictvím


XamlSchemaContext.GetValueConverter<TConverterBase> Metoda

Definice

Vrátí převaděč hodnot, který lze převést na požadovaný targetType.

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)

Parametry typu

TConverterBase

Konkrétní základní třída převaděče.

Parametry

converterType
Type

Implementace převaděče.

targetType
XamlType

Požadovaný cílový typ převaděče.

Návraty

XamlValueConverter<TConverterBase>

A XamlValueConverter<TConverterBase> s omezením, které odpovídá omezení, které je vloženo do volání metody.

Platí pro