이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

IVectorView<T> Interface

벡터로 변경할 수 없는 뷰를 나타냅니다.

.NET:  이 인터페이스는 System.Collections.Generic.IReadOnlyList<K,V>로 나타납니다.

구문


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

특성

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

형식 매개 변수

T

벡터에 있는 값의 형식입니다.

구성원

IVectorView인터페이스은 다음에서 상속됩니다. IIterable(T). IVectorView 또한 다음과 같은 유형의 구성원이 있습니다.

메서드

The IVectorView 인터페이스 다음 메서드가 있습니다. 또한 다음에서 메서드를 상속합니다. Object 클래스.

메서드설명
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.

 

속성

IVectorView인터페이스 다음 속성이 있습니다.

속성액세스 유형설명

Size

읽기 전용Gets the number of items in the vector view.

 

설명

Microsoft .NET Framework를 사용하여 Windows 스토어 앱을 빌드할 때 이 인터페이스는 숨겨지고 개발자는 System.Collections.Generic.IReadOnlyList<K,V> 인터페이스를 사용해야 합니다.

요구 사항

지원되는 최소 클라이언트

Windows 8

지원되는 최소 서버

Windows Server 2012

지원되는 최소 전화

Windows Phone 8

네임스페이스

Windows::Foundation::Collections

메타데이터

Windows.winmd

DLL

Windows.Foundation.dll

 

 

© 2013 Microsoft. All rights reserved.