Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 943 Bytes

compositionpropertyset_trygetvector3_1497855183.md

File metadata and controls

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

Windows.UI.Composition.CompositionPropertySet.TryGetVector3

-description

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

-returns

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

-remarks

-examples

-see-also