Represents a one-dimensional, modifiable array that can be received and passed across the application binary interface (ABI).
template <typename T> private ref class Array<TArg,1> : public WriteOnlyArray<TArg, 1>, public IBoxArray<TArg>
Platform::Array inherits all its methods from Platform::WriteOnlyArray Class and implements the Value property of the Platform::IBoxArray Interface.
Public Constructors
|
Name |
Description |
|---|---|
|
Initializes a one-dimensional, modifiable array of types specified by the class template parameter, T. |
Methods
Properties
|
|
|
|---|---|
|
Retrieves a handle to the current array. |
The Array class is sealed and cannot be inherited.
For more information about when and how to use Platform::Array, see Array and WriteOnlyArray (C++/CX).
This class is defined in the vccorlib.h header, which is automatically included by the compiler. It is visible in Intellisense but not in Object Browser because it is not a public type defined in platform.winmd.