IXRVisualTransitionCollection::RemoveAt (Compact 2013)
3/28/2014
This method removes the item at the specified index from the IXRVisualTransitionCollection collection.
Syntax
virtual HRESULT STDMETHODCALLTYPE RemoveAt(
__in int Index
) = 0;
Parameters
- Index
[in] An integer value that specifies the zero-based index of the item to remove.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.PresentationFrameworkCollection(T).RemoveAt
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |
See Also
Reference
IXRVisualTransitionCollection
IXRVisualStateGroup::GetTransitions
IXRVisualStateGroup::SetTransitions