IXamlType2.BoxedType 属性

定义

获取 XAML 类型的装箱类型的 IXamlType 。 此值的确定基于核心类型的基础类型。

public:
 property IXamlType ^ BoxedType { IXamlType ^ get(); };
IXamlType BoxedType();
public IXamlType BoxedType { get; }
var iXamlType = iXamlType2.boxedType;
Public ReadOnly Property BoxedType As IXamlType

属性值

XAML 类型的装箱类型的 IXamlType

适用于