IXRStoryboard::GetChildren (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the collection of child animations as objects derived from IXRTimeline.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetChildren(
    IXRTimelineCollection** ppChildren
) = 0;

Parameters

  • ppChildren
    [out] On return, a pointer to an IXRTimelineCollection pointer that contains the child animations and storyboards for this storyboard object.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

To add items to or otherwise change the existing collection, you can either use methods on IXRTimelineCollection, such as those inherited from IXRCollection<In_T, Out_T>, or use implicit collection syntax in Silverlight 2 XAML. However, you cannot replace the collection with a different object. For more information about how to define this element in the source XAML for your application, see this Microsoft Web site.

.NET Framework Equivalent

System.Windows.Media.Animation.Storyboard

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRStoryboard