Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 822 Bytes

triggeractioncollection_indexof_1495523271.md

File metadata and controls

39 lines (23 loc) · 822 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.TriggerActionCollection.IndexOf(Microsoft.UI.Xaml.TriggerAction,System.UInt32@)
winrt method

Microsoft.UI.Xaml.TriggerActionCollection.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

IndexOf