Vector::InsertAt Method

This topic has not yet been rated - Rate this topic

Inserts the specified item into the current Vector after the element identified by the specified index.


virtual void InsertAt(
   unsigned int index, 
   T item)

index

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

item

An item to insert into the Vector after the element specified by index. The type of item is defined by the T typename.

Header: collection.h

Namespace: Platform::Collections

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