Share via


IXRVisualStateGroup::GetTransitions (Compact 2013)

3/28/2014

This method retrieves the collection of mutually exclusive IXRVisualTransition objects that you added in IXRVisualStateGroup::SetTransitions.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetTransitions(
    __out IXRVisualTransitionCollection** ppTransitions
) = 0;

Parameters

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The IXRVisualTransition objects that are stored in the collection in ppTransitions are applied when the control transitions between states that are defined in this visual-state group.

.NET Framework Equivalent

System.Windows.VisualStateGroup.Transitions

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRVisualStateGroup
IXRVisualStateGroup::SetTransitions