Share via


IXRAttachedObjectCollection.RemoveAt(int) (Compact 2013)

3/28/2014

This method removes the object at the specified index from the collection.

Syntax

virtual HRESULT STDMETHODCALLTYPE RemoveAt(
int index)

Parameters

  • index
    [in] Index of the object to remove from the collection.

Return Value

Implement this method so that it returns S_OK if successful; otherwise, return the appropriate HRESULT value to indicate that the method was not successful.

Remarks

See Also

Reference

IXRAttachedObjectCollection