IPropertyValue.GetBooleanArray(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.
Returns the array of Boolean values stored as a property value.
void GetBooleanArray([Out] winrt::array_view <bool> const& & value);
public void GetBooleanArray(out bool[] value);
Public Sub GetBooleanArray (ByRef value As Boolean())
Parameters
- value
-
Boolean[]
bool[]
The array of values.