ItemCollection.GetView Method

Definition

Gets an immutable view into the collection.

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

Returns

IVectorView<Object>

IReadOnlyList<Object>

IVectorView<Platform::Object>

IVectorView<IInspectable>

An object representing the immutable collection view.

Implements

Applies to