XamlType.LookupUnderlyingType 方法

定义

返回为此 Type 提供支持的 CLR XamlType

protected:
 virtual Type ^ LookupUnderlyingType();
protected virtual Type LookupUnderlyingType ();
abstract member LookupUnderlyingType : unit -> Type
override this.LookupUnderlyingType : unit -> Type
Protected Overridable Function LookupUnderlyingType () As Type

返回

为此 Type 提供支持的 CLR XamlType;否则为 null

注解

可以通过调用 UnderlyingType来调用此方法。

默认实现返回内部字段。 该字段通常在构造过程中初始化,其值基于调用的构造函数和提供的信息。

如果要 UnderlyingType 使用不同的逻辑,请重写此方法。

适用于