Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 769 Bytes

scenenodecollection_indexof_1642289769.md

File metadata and controls

39 lines (22 loc) · 769 Bytes
-api-id -api-type ms.custom
M:Windows.UI.Composition.Scenes.SceneNodeCollection.IndexOf(Windows.UI.Composition.Scenes.SceneNode,System.UInt32@)
winrt method
19H1

Windows.UI.Composition.Scenes.SceneNodeCollection.IndexOf

-description

Retrieves the index of the specified item.

-parameters

-param value

The value to find in the collection.

-param index

The index of the item to find, if found.

-returns

true if an item with the specified value was found; otherwise, false.

-remarks

-see-also

SceneNode, SceneNode.Children

-examples