IVector<T> interface

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic

Represents a random-access collection of elements.

Template parameters

T

The type of the values in the vector.

Members

The IVector<T> interface inherits from IInspectable. IVector also has these types of members:

Methods

The IVector<T> interface has these methods.

MethodDescription
Append

Appends an item to the end of the IVector<T>.

Clear

Removes all items from the IVector<T>.

get_Size

Gets the number of items in the IVector<T>.

GetAt

Returns the item at the specified index in the IVector<T>.

GetView

Returns an immutable view of the IVector<T>.

IndexOf

Determines the index of a specified item in the IVector<T>.

InsertAt

Inserts an item at the specified location in the IVector<T>.

RemoveAt

Removes the item at the specified index in the IVector<T>.

RemoveAtEnd

Removes the last item in the IVector<T>.

SetAt

Sets the value at the specified index of the IVector<T>.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.Foundation.Collections.h

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.