Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 716 Bytes

scenecomponentcollection_setat_1362752920.md

File metadata and controls

35 lines (20 loc) · 716 Bytes
-api-id -api-type ms.custom
M:Windows.UI.Composition.Scenes.SceneComponentCollection.SetAt(System.UInt32,Windows.UI.Composition.Scenes.SceneComponent)
winrt method
19H1

Windows.UI.Composition.Scenes.SceneComponentCollection.SetAt

-description

Sets the value at the specified index to the specified SceneComponent value.

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

-see-also

SceneComponent, SceneNode.Components

-examples