共用方式為


IXamlType.BoxedType 屬性

定義

取得 XAML 型別之 Boxed 類型的 IXamlType。 此值的判斷是以核心類型的基礎類型為基礎。

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

屬性值

XAML 型別之 Boxed 類型的 IXamlType。

適用於