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>입니다.