Share via


IBindableVector.GetView 方法

定义

返回向量的不可变视图。

public:
 IBindableVectorView ^ GetView();
IBindableVectorView GetView();
public IBindableVectorView GetView();
function getView()
Public Function GetView () As IBindableVectorView

返回

IBindableVectorView System.Collections.IListView

向量的视图。

注解

使用 .NET 编程时,此接口是隐藏的,开发人员应使用 System.Collections.IList 接口。

适用于

另请参阅