Share via


IXRBeginStoryboard::GetStoryboard (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the storyboard that this IXRBeginStoryboard object starts in response to an event trigger.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetStoryboard(
    IXRStoryboard** ppStoryboard
) = 0;

Parameters

  • ppStoryboard
    [out] Pointer to an IXRStoryboard pointer that represents the storyboard that this IXRBeginStoryboard object starts.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Animation.BeginStoryboard.Storyboard

Requirements

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

See Also

Reference

IXRBeginStoryboard
IXRBeginStoryboard::SetStoryboard