IVectorView<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 an immutable view into a IVector(T).

Template parameters

T

The type of the values in the vector.

Members

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

Methods

The IVectorView<T> interface has these methods.

MethodDescription
get_Size

Gets the number of elements in the vector view.

GetAt

Returns the item at the specified index in the vector view.

IndexOf

Determines the index of a specified item in the vector view.

 

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.