FileExtensionVector.GetView Method

Definition

Retrieves an immutable view of the collection of file name extensions.

public:
 virtual IVectorView<Platform::String ^> ^ GetView() = IVector<Platform::String ^>::GetView;
IVectorView<winrt::hstring> GetView();
public IReadOnlyList<string> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of String)

Returns

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The view of the collection.

Implements

Applies to