XamlSchemaContext.GetValueConverter<TConverterBase> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值转换器,该转换器可将值转换为请求的 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>,具有与施加于方法调用的约束相匹配的约束。