Share via


WindowTabCollection.First Method

Definition

Returns an iterator for the items in the collection.

public:
 virtual IIterator<WindowTab ^> ^ First() = IIterable<WindowTab ^>::First;
IIterator<WindowTab> First();
public IIterator<WindowTab> First();
function first()
Public Function First () As IIterator(Of WindowTab)

Returns

The iterator. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.

Implements

Remarks

Important

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

Applies to