ImplicitAnimationCollection.Insert(String, ICompositionAnimationBase) 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.
Fügt eine Animation in die Auflistung ein.
public:
virtual bool Insert(Platform::String ^ key, ICompositionAnimationBase ^ value) = IMap<Platform::String ^, ICompositionAnimationBase ^>::Insert;
bool Insert(winrt::hstring const& key, ICompositionAnimationBase const& value);
public bool Insert(string key, ICompositionAnimationBase value);
function insert(key, value)
Public Function Insert (key As String, value As ICompositionAnimationBase) As Boolean
Parameter
- key
-
String
Platform::String
winrt::hstring
Die Eigenschaft, auf die sich die Animation auswirkt.
Die einzufügende Animation.
Gibt zurück
Boolean
bool
Boolescher Wert, der angibt, ob die Animation erfolgreich eingefügt wurde.