Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 811 Bytes

compositionpropertyset_trygetboolean_62956610.md

File metadata and controls

31 lines (20 loc) · 811 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionPropertySet.TryGetBoolean(System.String,System.Boolean@)
winrt method

Windows.UI.Composition.CompositionPropertySet.TryGetBoolean

-description

Retrieves the specified boolean property value.

-parameters

-param propertyName

The name of the property to retrieve.

-param value

If the operation is successful, this parameter will contain the specified boolean property value when the method returns.

-returns

Returns a CompositionGetValueStatus value indicating the outcome of retrieving the key-value pair.

-remarks

-examples

-see-also