ICollectionViewFactory.CreateView Method

Definition

Creates a new view on the collection that implements this interface. Typically, user code does not call this method.

public:
 System::ComponentModel::ICollectionView ^ CreateView();
public System.ComponentModel.ICollectionView CreateView ();
abstract member CreateView : unit -> System.ComponentModel.ICollectionView
Public Function CreateView () As ICollectionView

Returns

The newly created view.

Applies to