PropertyValue.CreateBooleanArray(Boolean[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The property value.