IPropertyValue.GetInspectableArray(Object[]) Method

Definition

Returns the array of inspectable objects stored as a property value.

void GetInspectableArray([Out] winrt::array_view <IInspectable const&> const& & value);
public void GetInspectableArray(out object[] value);
Public Sub GetInspectableArray (ByRef value As Object())

Parameters

value

Object[]

IInspectable[]

The array of objects.

Applies to