IXamlType2.BoxedType Property

Definition

Gets the IXamlType for the boxed type of the XAML type. Determination of this value is based on the underlying type for core types.

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

Property Value

The IXamlType for the boxed type of the XAML type.

Applies to