Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |