This topic has not yet been rated - Rate this topic

Vector::ReplaceAll Method

Deletes the elements in the current Vector and then inserts the elements from the specified array.


virtual void ReplaceAll(
   const ::Platform::Array<T>^ arr
);
arr

An array of objects whose type is defined by the T typename.

Header: collection.h

Namespace: Platform::Collections

© 2013 Microsoft. All rights reserved.