InlineCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

An object representing the immutable collection view.

Implements

Applies to