Vector::GetMany Method

This topic has not yet been rated - Rate this topic

Retrieves a sequence of items from the current Vector, starting at the specified index.


virtual unsigned int GetMany(
   unsigned int startIndex, 
   ::Platform::WriteOnlyArray<T>^ dest
);
startIndex

The zero-based index of the start of the items to retrieve.

dest

When this operation completes, an array of items that begin at the element specified by startIndex and end at the last element in the Vector.

The number of items retrieved.

Header: collection.h

Namespace: Platform::Collections

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