Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 590 Bytes

compositionpropertyset_insertvector3_1992814378.md

File metadata and controls

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

Windows.UI.Composition.CompositionPropertySet.InsertVector3

-description

Inserts a Vector3 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