Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 825 Bytes

windowtabcollection_getmany_1371252876.md

File metadata and controls

37 lines (22 loc) · 825 Bytes
-api-id -api-type
M:Windows.UI.Shell.WindowTabCollection.GetMany(System.UInt32,Windows.UI.Shell.WindowTab[])
winrt method

Windows.UI.Shell.WindowTabCollection.GetMany(System.UInt32,Windows.UI.Shell.WindowTab[])

-description

Retrieves multiple elements in a single pass through the iterator.

-parameters

-param startIndex

The index from which to start retrieval.

-param items

Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.

-returns

The number of items retrieved.

-remarks

Important

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

-see-also

-examples