FilePickerFileTypesOrderedMap.GetView Method

Definition

Returns an immutable view of the collection of display names and associated file types.

public:
 virtual IMapView<Platform::String ^, IVector<Platform::String ^> ^> ^ GetView() = IMap<Platform::String ^, IVector<Platform::String ^> ^>::GetView;
IMapView<winrt::hstring, IVector<winrt::hstring> const&> GetView();
public IReadOnlyDictionary<string,IList<string>> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, IList(Of String))

Returns

IMapView<String,IVector<String>>

IReadOnlyDictionary<String,IList<String>>

IMapView<Platform::String,IVector<Platform::String>>

IMapView<winrt::hstring,IVector<winrt::hstring>>

The view of the collection.

Implements

Applies to