Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 590 Bytes

compositionpropertyset_insertvector2_1953970587.md

File metadata and controls

28 lines (18 loc) · 590 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionPropertySet.InsertVector2(System.String,Windows.Foundation.Numerics.Vector2)
winrt method

Windows.UI.Composition.CompositionPropertySet.InsertVector2

-description

Inserts a Vector2 key-value pair.

-parameters

-param propertyName

The key associated with the value. This key can be used to retrieve the value.

-param value

The value to insert.

-remarks

-examples

-see-also