PropertyValue.CreateInspectableArray(Object[]) Method

Definition

Creates a property value from an array of inspectable objects.

public:
 static Platform::Object ^ CreateInspectableArray(Platform::Array <Platform::Object ^> ^ value);
 static IInspectable CreateInspectableArray(winrt::array_view <IInspectable const&> const& value);
public static object CreateInspectableArray(object[] value);
function createInspectableArray(value)
Public Shared Function CreateInspectableArray (value As Object()) As Object

Parameters

value

Object[]

Platform::Object[]

IInspectable[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to