Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 829 Bytes

compositionpropertyset_trygetquaternion_1303869034.md

File metadata and controls

31 lines (20 loc) · 829 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionPropertySet.TryGetQuaternion(System.String,Windows.Foundation.Numerics.Quaternion@)
winrt method

Windows.UI.Composition.CompositionPropertySet.TryGetQuaternion

-description

Retrieves the specified quaternion 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 quaternion property value when the method returns.

-returns

Returns an enumeration value indicating the outcome of retrieving the key-value pair.

-remarks

-examples

-see-also