Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 692 Bytes

compositionshapecollection_indexof_1069797766.md

File metadata and controls

36 lines (20 loc) · 692 Bytes
-api-id -api-type
M:Windows.UI.Composition.CompositionShapeCollection.IndexOf(Windows.UI.Composition.CompositionShape,System.UInt32@)
winrt method

Windows.UI.Composition.CompositionShapeCollection.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

-examples