Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 722 Bytes

triggercollection_indexof_1048297224.md

File metadata and controls

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

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