Condividi tramite


XamlDirective.LookupInvoker Metodo

Definizione

Restituisce l'oggetto XamlMemberInvoker associato a XamlDirective.

protected:
 override System::Xaml::Schema::XamlMemberInvoker ^ LookupInvoker();
protected override sealed System.Xaml.Schema.XamlMemberInvoker LookupInvoker ();
override this.LookupInvoker : unit -> System.Xaml.Schema.XamlMemberInvoker
Protected Overrides NotOverridable Function LookupInvoker () As XamlMemberInvoker

Restituisce

XamlMemberInvoker

Informazioni sull'oggetto XamlMemberInvoker per l'oggetto XamlMember.

Commenti

Questo metodo può essere richiamato dalle chiamate a Invoker.

Questa implementazione restituisce un valore statico XamlMemberInvoker interno specifico delle direttive nel sistema di tipi XAML. XamlDirective sigilla questo membro virtuale; pertanto, tutti i XamlDirective tipi e tutte le direttive XAML predefinite devono usare questo comportamento.

Si applica a

Vedi anche