IVector<T>.GetView Method
返回不可变的矢量视图。
语法
IVectorView<T>^ GetView()
参数
此 方法 没有参数。
返回值
类型: IVectorView<T>
矢量的视图。
备注
使用 Microsoft .NET Framework 生成 Windows Store 应用程序时,此界面会隐藏,开发人员应使用 System.Collections.Generic.IList<T> 界面。
要求
|
最低受支持的客户端 | Windows 8 |
|---|---|
|
最低受支持的服务器 | Windows Server 2012 |
|
最低受支持的电话 | Windows Phone 8 |
|
命名空间 |
Windows::Foundation::Collections |
|
元数据 |
|
|
DLL |
|
另请参阅