TransitionCollection.First Method
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.
Returns the iterator for iteration over the items in the collection.
public:
virtual IIterator<Transition ^> ^ First() = IIterable<Transition ^>::First;
IIterator<Transition> First();
C#
public IIterator<Transition> First();
function first()
Public Function First () As IIterator(Of Transition)
The iterator object. The iterator's current position is at the 0-index position, or at the collection end if the collection is empty.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |