IReferenceArray<T>::get_Value method

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

Syntax

HRESULT get_Value(
  [out] UINT32 *length,
  [out] T      **value
);

Parameters

  • length [out]
    Type: UINT32*

    The number of elements in the array.

  • value [out]
    Type: T**

    The boxed value of the array.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.Foundation.Collections.h

See also

IReferenceArray<T>