Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 3.12 KB

nf-windows-foundation-ipropertyvalue-getinspectablearray.md

File metadata and controls

83 lines (63 loc) · 3.12 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:windows.foundation.IPropertyValue.GetInspectableArray
IPropertyValue::GetInspectableArray (windows.foundation.h)
Gets the array of pointers to IInspectable objects that is stored in the current IPropertyValue object.
GetInspectableArray
GetInspectableArray method [Windows Runtime]
GetInspectableArray method [Windows Runtime]
IPropertyValue interface
IPropertyValue interface [Windows Runtime]
GetInspectableArray method
IPropertyValue.GetInspectableArray
IPropertyValue.IPropertyValue
IPropertyValue::GetInspectableArray
IPropertyValue::IPropertyValue
windows/IPropertyValue::GetInspectableArray
winrt.ipropertyvalue_getinspectablearray
winrt\ipropertyvalue_getinspectablearray.htm
WinRT
0af4f31f-e121-4cb2-8e83-c774bf25cae5
12/05/2018
GetInspectableArray, GetInspectableArray method [Windows Runtime], GetInspectableArray method [Windows Runtime],IPropertyValue interface, IPropertyValue interface [Windows Runtime],GetInspectableArray method, IPropertyValue.GetInspectableArray, IPropertyValue.IPropertyValue, IPropertyValue::GetInspectableArray, IPropertyValue::IPropertyValue, windows/IPropertyValue::GetInspectableArray, winrt.ipropertyvalue_getinspectablearray
windows.foundation.h
Windows
Windows 8
Windows Server 2012
Windows.Foundation.idl
Windows
19H1
IPropertyValue::GetInspectableArray
windows.foundation/IPropertyValue::GetInspectableArray
c++
APIRef
kbSyntax
COM
Windows.Foundation.h
IPropertyValue.GetInspectableArray

IPropertyValue::GetInspectableArray (windows.foundation.h)

-description

Gets the array of pointers to IInspectable objects that is stored in the current IPropertyValue object.

-parameters

-param __valueSize [out]

Type: UINT32*

The number of values in the array.

-param value [out]

Type: IInspectable**

The array of pointers to IInspectable objects.

The returned pointer must be freed using CoTaskMemFree.

-returns

Type: HRESULT

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

-see-also

IPropertyValue

IPropertyValueStatics::CreateInspectableArray