ImplicitAnimationCollection.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 the first animation in the collection.
public:
virtual IIterator<IKeyValuePair<Platform::String ^, ICompositionAnimationBase ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, ICompositionAnimationBase ^> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, ICompositionAnimationBase const&>> First();
public IIterator<KeyValuePair<string,ICompositionAnimationBase>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, ICompositionAnimationBase))
Returns
IIterator<IKeyValuePair<Platform::String,ICompositionAnimationBase>>
IIterator<IKeyValuePair<winrt::hstring,ICompositionAnimationBase>>
Retrieves the first animation in the collection.