Share via


WindowTabCollection.GetView Method

Definition

Gets an immutable view into the collection.

public:
 virtual IVectorView<WindowTab ^> ^ GetView() = IVector<WindowTab ^>::GetView;
IVectorView<WindowTab> GetView();
public IReadOnlyList<WindowTab> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of WindowTab)

Returns

An object that represents the immutable collection view.

Implements

Applies to