Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 729 Bytes

setterbasecollection_getat_496709656.md

File metadata and controls

35 lines (21 loc) · 729 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.SetterBaseCollection.GetAt(System.UInt32)
winrt method

Microsoft.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