Deletes the element identified by the specified index from the current Vector.
virtual void RemoveAt( unsigned int index );
A zero-based, unsigned integer that specifies a particular element in the Vector object.
Header: collection.h
Namespace: Platform::Collections