Platform::Array Class

1 out of 8 rated this helpful - Rate this topic

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.

Hh441539.collapse_all(en-us,VS.110).gifPublic Constructors

Name

Description

Array Constructors

Initializes a one-dimensional, modifiable array of types specified by the class template parameter, T.

Hh441539.collapse_all(en-us,VS.110).gifMethods

Hh441539.collapse_all(en-us,VS.110).gifProperties

Array::Value Property

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.

Compiler option: /ZW

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