ItemCollection.First Method

Definition

Returns the iterator for iteration over the items in the collection.

public:
 virtual IIterator<Platform::Object ^> ^ First() = IIterable<Platform::Object ^>::First;
IIterator<IInspectable> First();
public IIterator<object> First();
function first()
Public Function First () As IIterator(Of Object)

Returns

IIterator<Object>

IIterator<Platform::Object>

IIterator<IInspectable>

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

Implements

Applies to