Platform::IBoxArray Interface

This topic has not yet been rated - Rate this topic

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 Visual C++ component extensions (C++/CX) name for Windows::Foundation::IReferenceArray.

The IBoxArray interface inherits from the IValueType interface. IBoxArray also has these members:

Method

Description

Value

Returns the unboxed array that was previously stored in this IBoxArray instance.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.