XamlSchemaContext.GetValueConverter<TConverterBase> 方法

定义

返回一个值转换器,该转换器可将值转换为请求的 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)

类型参数

TConverterBase

特定转换器基类。

参数

converterType
Type

转换器实现。

targetType
XamlType

转换器需要的目标类型。

返回

XamlValueConverter<TConverterBase>

一个 XamlValueConverter<TConverterBase>,具有与施加于方法调用的约束相匹配的约束。

适用于