IBoxArray is the wrapper for arrays of value types that are passed across the application binary interface (ABI) or stored in collections of Platform::Object^ elements such as those in XAML controls.
template <typename T>
interface class IBoxArray T
The type of the boxed value in each array element.
IBoxArray is the C++/CX name for Windows::Foundation::IReferenceArray.
The IBoxArray interface inherits from the IValueType interface. IBoxArray also has these members:
Returns the value that was originally stored in this object.
property T Value {T get();} T
The type of the boxed value.
Returns the value that was originally stored in this object.
For an example, see Boxing.
