Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 813 Bytes

compositionpropertyset_trygetboolean_62956610.md

File metadata and controls

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

Microsoft.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