TransitionCollection.First method
Returns the iterator for iteration over the items in the collection.
Syntax
public:
IIterator<Transition>^ First()
Parameters
This method has no parameters.
Return value
Type: IIterator<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.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
Windows::UI::Xaml::Media::Animation |
|
Metadata |
|
See also
Build date: 12/4/2012
