Vector::GetAt Method

This topic has not yet been rated - Rate this topic

Retrieves the element of the current Vector that is identifed by the specified index.


virtual T GetAt(
   unsigned int index
);
index

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

The element specified by the index parameter. The element type 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.