IBindableVector.GetView Method

Definition

Returns an immutable view of the vector.

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

Returns

IBindableVectorView System.Collections.IListView

The view of the vector.

Remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.IList interface.

Applies to

See also