CompositionPropertySet.InsertBoolean(String, 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.
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)
|