XamlType.Invoker 속성

정의

XamlTypeInvoker과 연결된 XamlType 구현을 가져옵니다.

public:
 property System::Xaml::Schema::XamlTypeInvoker ^ Invoker { System::Xaml::Schema::XamlTypeInvoker ^ get(); };
public System.Xaml.Schema.XamlTypeInvoker Invoker { get; }
member this.Invoker : System.Xaml.Schema.XamlTypeInvoker
Public ReadOnly Property Invoker As XamlTypeInvoker

속성 값

XamlTypeInvoker

XamlTypeInvoker과 연결된 XamlType 구현입니다.

설명

기본 내부 CLR 리플렉션 기술을 XamlType사용하지 않는 경우 호출 Invoker 은 해당 메서드의 특정 재정의 중 하나 LookupInvoker 또는 특정 재정의를 호출할 수 있습니다. 반환 값 및 기타 동작에 대한 자세한 내용은 이 형식에 대한 LookupInvoker 설명서를 참조하세요.

재정의가 LookupInvoker 반환되거나 기본 구현이 이에 Invoker XamlType대한 부족으로 UnderlyingType 인해 반환 null 되는 경우 다음을 반환합니다XamlTypeInvoker.UnknownInvokernull.

적용 대상