Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 594 Bytes

triggercollection_getat_496709656.md

File metadata and controls

30 lines (20 loc) · 594 Bytes
-api-id -api-type
M:Windows.UI.Xaml.TriggerCollection.GetAt(System.UInt32)
winrt method

Windows.UI.Xaml.TriggerCollection.GetAt

-description

Returns the item located at the specified index.

-parameters

-param index

The integer index for the value to retrieve.

-returns

The value at the specified index.

-remarks

Note

The equivalent Microsoft .NET API is Item (the indexer).

-examples

-see-also