Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PropertyValue.CreateBoolean(Boolean) Method

Definition

Namespace:
Windows.Foundation

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

Object

Platform::Object

IInspectable

The property value.

Applies to


Feedback

Was this page helpful?