Share via


IXREventTrigger::GetActions (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the collection of IXRBeginStoryboard objects that this object triggers.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetActions(
    IXRTriggerActionCollection** ppActions
) = 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

You can manipulate the contents of the collection returned in ppActions by adding items to it. However, you cannot replace the collection.

You can also create this collection in Microsoft Silverlight 2 XAML. For information about the differences between XAML in Silverlight for Windows Embedded and Silverlight 2, see Differences Between Silverlight for the Web and Silverlight for Windows Embedded. 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.EventTrigger.Actions

Requirements

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

See Also

Reference

IXREventTrigger