IReferenceArray<T> interface

Enables extending the Windows Runtime property system for arrays of user-defined enumerations, structures, and delegate types.

Template parameters

  • T
    A Windows Runtime type that is not an IInspectable pointer and does not interface-require from the IInspectable interface

Members

The IReferenceArray<T> interface inherits from IPropertyValue. IReferenceArray also has these types of members:

  • Methods

Methods

The IReferenceArray<T> interface has these methods.

Method Description
get_Value

Gets the array of Windows Runtime values that is stored in the .

 

Remarks

Do not use the IReferenceArray<T> interface in a property, method signature, or delegate parameter.

Use the IReference<T> interface for a single boxed Windows Runtime value.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.Foundation.Collections.h

See also

IPropertyValue

IReference<T>