次の方法で共有


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 インターフェイスを 使用する必要があります。

適用対象

こちらもご覧ください