CompositionPropertySet.InsertBoolean(String, Boolean) Method

Definition

Inserts a boolean key-value pair.

public:
 virtual void InsertBoolean(Platform::String ^ propertyName, bool value) = InsertBoolean;
void InsertBoolean(winrt::hstring const& propertyName, bool const& value);
public void InsertBoolean(string propertyName, bool value);
function insertBoolean(propertyName, value)
Public Sub InsertBoolean (propertyName As String, value As Boolean)

Parameters

propertyName
String

Platform::String

winrt::hstring

The key associated with the value. This key can be used to retrieve the value.

value
Boolean

bool

The value to insert.

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Applies to