PropertyValue.CreateBooleanArray(Boolean[]) Method

Definition

Creates a property value from an array of Boolean values.

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

Parameters

value

Boolean[]

bool[]

The array to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to