EN
Este conteúdo não está disponível em seu idioma, mas aqui está a versão em inglês.
0 de 3 pessoas classificaram isso como útil - Avalie este tópico

IVectorView<T> interface

Represents an immutable view into a vector.

.NET:  This interface appears as System.Collections.Generic.IReadOnlyList<K,V>.

Syntax


generic<typename T>
public interface class IVectorView : IIterable<T>

Attributes

GuidAttribute("bbe1fa4c-b0e3-4583-baef-1f1b2e483e56")
VersionAttribute(NTDDI_WIN8)

Type parameters

T

The type of the values in the vector.

Members

The IVectorView interface inherits from IIterable(T). IVectorView also has these types of members:

Methods

The IVectorView interface has these methods. It also inherits methods from the Object class.

MethodDescription
GetAt Returns the item at the specified index in the vector view.
GetMany Retrieves the items that start at the specified index in the vector view.
IndexOf Retrieves the index of a specified item in the vector view.

 

Properties

The IVectorView interface has these properties.

PropertyAccess typeDescription

Size

Read-onlyGets the number of items in the vector view.

 

Remarks

When building Windows Store apps with the Microsoft .NET Framework, this interface is hidden and developers should use the System.Collections.Generic.IReadOnlyList<K,V> interface.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows::Foundation::Collections

Metadata

Windows.winmd

DLL

Windows.Foundation.dll

 

 

Build date: 2/25/2013

© 2013 Microsoft. Todos os direitos reservados.