XamlSchemaContext.GetValueConverter<TConverterBase> Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca konwerter wartości, który może przekonwertować na żądany targetType
element .
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
Określona klasa bazowa konwertera.
Parametry
- converterType
- Type
Implementacja konwertera.
- targetType
- XamlType
Żądany typ miejsca docelowego dla konwertera.
Zwraca
Element XamlValueConverter<TConverterBase> z ograniczeniem zgodnym z ograniczeniem, które jest umieszczane w wywołaniu metody.