PropertyValue.CreateBoolean(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 a Boolean value.
public:
static Platform::Object ^ CreateBoolean(bool value);
static IInspectable CreateBoolean(bool const& value);
public static object CreateBoolean(bool value);
function createBoolean(value)
Public Shared Function CreateBoolean (value As Boolean) As Object
Parameters
- value
-
Boolean
bool
The value to store in the property value.
Returns
The property value.