次の方法で共有


IXRBeginStoryboard::SetStoryboard (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetStoryboard(
    IXRStoryboard* pStoryboard
) = 0;

Parameters

  • pStoryboard
    [in] Pointer to an IXRStoryboard object that represents the storyboard that this IXRBeginStoryboard object starts.

Return Value

Returns an HRESULT that indicates success or failure.

Returns XR_E_INVALID_OBJECT if pStoryboard is not a Silverlight object.

.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