Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 951 Bytes

compositionpropertyset_trygetvector2_470834566.md

File metadata and controls

29 lines (20 loc) · 951 Bytes
-api-id -api-type
M:Microsoft.UI.Composition.CompositionPropertySet.TryGetVector2(System.String,Windows.Foundation.Numerics.Vector2@)
winrt method

Microsoft.UI.Composition.CompositionPropertySet.TryGetVector2

-description

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

-returns

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

-remarks

-examples

-see-also