ImplicitAnimationCollection.Insert(String, ICompositionAnimationBase) 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.
Inserts an animation into the collection.
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
Parameters
- key
-
String
Platform::String
winrt::hstring
The property the animation affects.
The animation to insert.
Returns
Boolean
bool
Boolean value indicating whether the animation was successfully inserted.