XamlTypeInvoker 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
XamlTypeInvoker 클래스의 새 인스턴스를 초기화합니다.
오버로드
XamlTypeInvoker() |
XamlTypeInvoker 클래스의 새 인스턴스를 초기화합니다. |
XamlTypeInvoker(XamlType) |
제공된 XamlTypeInvoker을 기반으로 XamlType 클래스의 새 인스턴스를 초기화합니다. |
XamlTypeInvoker()
XamlTypeInvoker 클래스의 새 인스턴스를 초기화합니다.
protected:
XamlTypeInvoker();
protected XamlTypeInvoker ();
Protected Sub New ()
설명
기본 구현은 비어 있습니다.
에 대 한 값을 제공 하려면이 생성자는 내부적으로 호출 UnknownInvoker합니다. 에 대 한는 XamlTypeInvoker 서브 클래스에서 하거나 사용 하는 것으로 예상 합니다 XamlTypeInvoker(XamlType) 생성에 대 한 서명을 호출 하는 재정의 제공 하거나 XamlTypeInvoker(XamlType) 으로 기본. 제공 하는 XamlType 기본 구현 패턴 where XamlTypeInvoker 는 변경할 수 없습니다.
적용 대상
XamlTypeInvoker(XamlType)
제공된 XamlTypeInvoker을 기반으로 XamlType 클래스의 새 인스턴스를 초기화합니다.
public:
XamlTypeInvoker(System::Xaml::XamlType ^ type);
public XamlTypeInvoker (System.Xaml.XamlType type);
new System.Xaml.Schema.XamlTypeInvoker : System.Xaml.XamlType -> System.Xaml.Schema.XamlTypeInvoker
Public Sub New (type As XamlType)
매개 변수
- type
- XamlType
이 XamlType와 관련된 특정 XAML 형식에 대한 XamlTypeInvoker 값입니다.
예외
type
이(가) null
인 경우
설명
이 생성자를 기반으로 내부적으로 호출를 XamlType 여기서는 XamlTypeInvoker 생성에 사용 됩니다. 합니다 type
다른 모든 메서드 호출에 대 한 여기에 관련 된 제공 XamlTypeInvoker합니다.