ImplicitAnimationCollection.First Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft die erste Animation in der Auflistung ab.
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))
Gibt zurück
IIterator<IKeyValuePair<Platform::String,ICompositionAnimationBase>>
IIterator<IKeyValuePair<winrt::hstring,ICompositionAnimationBase>>
Ruft die erste Animation in der Auflistung ab.