IXREventTrigger::GetActions (Compact 2013)

3/28/2014

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 3 XAML. For information about the differences between XAML in XAML for Windows Embedded and Silverlight 3, see Differences Between Microsoft Silverlight 3 and XAML 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

See Also

Reference

IXREventTrigger