IXRVisualStateGroup::SetStates (Compact 2013)
3/28/2014
This method sets the collection of mutually exclusive IXRVisualState objects for this visual-state group.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetStates(
__in IXRVisualStateCollection* pStates
) = 0;
Parameters
- pStates
[in] Pointer to an IXRVisualStateCollection that contains the mutually exclusive IXRVisualState objects.
Return Value
Returns an HRESULT that indicates success or failure.
Returns XR_E_INVALID_OBJECT if pVisualStates is not a XAML for Windows Embedded object.
.NET Framework Equivalent
System.Windows.VisualStateGroups.States
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |