IXRVisualStateGroup::GetStates (Windows Embedded CE 6.0)
1/6/2010
This method retrieves the collection of mutually exclusive IXRVisualState objects that you set in IXRVisualStateGroup::SetStates.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStates(
IXRVisualStateCollection** ppStates
) = 0;
Parameters
- ppStates
[out] Address of a pointer to an IXRVisualStateCollection object that references the collection of mutually exclusive IXRVisualState objects.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.VisualStateGroups.States
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |