XamlType.UnderlyingType 属性

定义

获取为此 Type 提供支持的 CLR XamlType

public:
 property Type ^ UnderlyingType { Type ^ get(); };
public Type UnderlyingType { get; }
member this.UnderlyingType : Type
Public ReadOnly Property UnderlyingType As Type

属性值

Type

为此 Type 提供支持的 CLR XamlType

适用于