XamlValueConverter<TConverterBase> 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XamlValueConverter<TConverterBase> 클래스의 새 인스턴스를 초기화합니다.
오버로드
XamlValueConverter<TConverterBase>(Type, XamlType) |
XamlValueConverter<TConverterBase>을 구현하는 변환기와 Type의 대상 형식을 기반으로 XamlValueConverter<TConverterBase> 클래스의 새 인스턴스를 초기화합니다. |
XamlValueConverter<TConverterBase>(Type, XamlType, String) |
XamlValueConverter<TConverterBase>을 구현하는 변환기, Type의 대상 형식 및 문자열 이름을 기반으로 XamlValueConverter<TConverterBase> 클래스의 새 인스턴스를 초기화합니다. |
XamlValueConverter<TConverterBase>(Type, XamlType)
XamlValueConverter<TConverterBase>을 구현하는 변환기와 Type의 대상 형식을 기반으로 XamlValueConverter<TConverterBase> 클래스의 새 인스턴스를 초기화합니다.
public:
XamlValueConverter(Type ^ converterType, System::Xaml::XamlType ^ targetType);
public XamlValueConverter (Type converterType, System.Xaml.XamlType targetType);
new System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> : Type * System.Xaml.XamlType -> System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)>
Public Sub New (converterType As Type, targetType As XamlType)
매개 변수
- targetType
- XamlType
적용 대상
XamlValueConverter<TConverterBase>(Type, XamlType, String)
XamlValueConverter<TConverterBase>을 구현하는 변환기, Type의 대상 형식 및 문자열 이름을 기반으로 XamlValueConverter<TConverterBase> 클래스의 새 인스턴스를 초기화합니다.
public:
XamlValueConverter(Type ^ converterType, System::Xaml::XamlType ^ targetType, System::String ^ name);
public XamlValueConverter (Type converterType, System.Xaml.XamlType targetType, string name);
new System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)> : Type * System.Xaml.XamlType * string -> System.Xaml.Schema.XamlValueConverter<'ConverterBase (requires 'ConverterBase : null)>
Public Sub New (converterType As Type, targetType As XamlType, name As String)
매개 변수
- targetType
- XamlType
- name
- String
문자열 이름입니다.
예외
매개 변수 셋 모두 null
입니다. 적어도 하나는 null이 아니어야 합니다.
설명
하는 경우 name
로 제공 됩니다 null
, 기본 설정에 따라 기본 이름이 생성 됩니다 converterType
또는 targetType
합니다.