IXRGradientStopCollection::RemoveAt (Compact 2013)

3/28/2014

This method removes the item at the specified index from the IXRGradientStopCollection collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveAt(
  __in int Index
) = 0;

Parameters

  • Index
    [in] Integer value that specifies the zero-based index of the position of the item to remove from this collection.

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

IXRGradientStopCollection
IXRGradientBrush::GetGradientStops
IXRGradientBrush::SetGradientStops