Share via


VisualCollection.First Method

Definition

Retrieves an iterator with the first object at the bottom of the collection.

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

Returns

Returns an iterator with the first object at the bottom of the collection. VisualCollections are ordered from bottom to top.

Implements

Applies to