IXRVisualStateGroup::GetStates (Compact 2013)
3/28/2014
This method retrieves the collection of mutually exclusive IXRVisualState objects that you set in IXRVisualStateGroup::SetStates.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetStates(
__out 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 |