Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 719 Bytes

setterbasecollection_getat_496709656.md

File metadata and controls

31 lines (21 loc) · 719 Bytes
-api-id -api-type
M:Windows.UI.Xaml.SetterBaseCollection.GetAt(System.UInt32)
winrt method

Windows.UI.Xaml.SetterBaseCollection.GetAt

-description

Returns the SetterBase located at the specified index.

-parameters

-param index

The integer index for the value to retrieve.

-returns

The SetterBase value at the specified index.

-remarks

Note

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

-examples

-see-also

Item