IXRBeginStoryboard::GetStoryboard (Compact 2013)

3/28/2014

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

See Also

Reference

IXRBeginStoryboard
IXRBeginStoryboard::SetStoryboard