XamlMember::LookupInvoker Method ()

.NET Framework (current version)
 

Returns a XamlMemberInvoker that is associated with this XamlMember.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

protected:
virtual XamlMemberInvoker^ LookupInvoker()

Return Value

Type: System.Xaml.Schema::XamlMemberInvoker^

The XamlMemberInvoker information for this XamlMember; or null.

This method is invoked by calls to Invoker.

The default implementation does not require that a XamlMember be constructed by using one of the constructors that pass an initial XamlMemberInvoker. However, an UnderlyingMember value must exist for the XamlMember; otherwise, the default implementation returns null.

Override this method if you also derive from XamlMemberInvoker and intend to return the derived class. If you return null, Invoker returns XamlMemberInvoker::UnknownInvoker to callers.

.NET Framework
Available since 4.0
Return to top
Show: