Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 571 Bytes

windowtabcollection_getat_496709656.md

File metadata and controls

35 lines (20 loc) · 571 Bytes
-api-id -api-type
M:Windows.UI.Shell.WindowTabCollection.GetAt(System.UInt32)
winrt method

Windows.UI.Shell.WindowTabCollection.GetAt(System.UInt32)

-description

Returns the item located at the specified index.

-parameters

-param index

The integer index for the value to retrieve.

-returns

The window tab at the specified index.

-remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

-see-also

-examples