Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 726 Bytes

setterbasecollection_indexof_271575404.md

File metadata and controls

33 lines (22 loc) · 726 Bytes
-api-id -api-type
M:Windows.UI.Xaml.SetterBaseCollection.IndexOf(Windows.UI.Xaml.SetterBase,System.UInt32@)
winrt method

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

Note

The equivalent Microsoft .NET API is IndexOf.

-examples

-see-also