Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 613 Bytes

tabview_containerfromindex_1393457780.md

File metadata and controls

31 lines (18 loc) · 613 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.TabView.ContainerFromIndex(System.Int32)
winrt method

Microsoft.UI.Xaml.Controls.TabView.ContainerFromIndex(System.Int32)

-description

Returns the container for the item at the specified index within the collection.

-parameters

-param index

The index of the item to retrieve.

-returns

The container for the item at the specified index within the item collection, if the item has a container; otherwise, null.

-remarks

-see-also

-examples