VisualCollection.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.