XamlDirective.LookupType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the XamlType of the type that is used by the member.
protected:
override System::Xaml::XamlType ^ LookupType();
protected override sealed System.Xaml.XamlType LookupType ();
override this.LookupType : unit -> System.Xaml.XamlType
Protected Overrides NotOverridable Function LookupType () As XamlType
Returns
The XamlType of the type that is used by the member.
Remarks
The XamlDirective implementation only calls base and does nothing more. The base implementation returns results based either on internal reflection, or checking for a null value of UnderlyingMember, processing in that order. XamlDirective seals this virtual member; therefore, all XamlDirective types and all predefined XAML directives must use this behavior.
See Remarks in XamlMember.LookupType for more information about what information Type carries.