XamlType.LookupUnderlyingType 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.
protected:
virtual Type ^ LookupUnderlyingType();
protected virtual Type LookupUnderlyingType ();
abstract member LookupUnderlyingType : unit -> Type
override this.LookupUnderlyingType : unit -> Type
Protected Overridable Function LookupUnderlyingType () As Type
Returns
The CLR Type that underlies this XamlType; otherwise, null
.
Remarks
This method can be invoked by calls to UnderlyingType.
The default implementation returns an internal field. That field is generally initialized during construction and its value is based on which constructor was called and the information that you provided.
Override this method if you want UnderlyingType to use different logic.