Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 665 Bytes

uielementweakcollection_indexof_645395357.md

File metadata and controls

37 lines (21 loc) · 665 Bytes
-api-id -api-type ms.custom
M:Windows.UI.Xaml.UIElementWeakCollection.IndexOf(Windows.UI.Xaml.UIElement,System.UInt32@)
winrt method
19H1

Windows.UI.Xaml.UIElementWeakCollection.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