Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 844 Bytes

tabview_containerfromindex_1393457780.md

File metadata and controls

33 lines (19 loc) · 844 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.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-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