IXRVisualStateGroup::GetTransitions (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the collection of mutually exclusive IXRVisualTransition objects that you added in IXRVisualStateGroup::SetTransitions.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetTransitions(
IXRVisualTransitionCollection** ppTransitions
) = 0;
Parameters
- ppTransitions
[out] Address of a pointer to an IXRVisualTransitionCollection object that references the collection of IXRVisualTransition objects.
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |