Vector::RemoveAt Method

This topic has not yet been rated - Rate this topic

Deletes the element identified by the specified index from the current Vector.


virtual void RemoveAt(
   unsigned int index
);
index

A zero-based, unsigned integer that specifies a particular element in the Vector object.

Header: collection.h

Namespace: Platform::Collections

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.