StringMap.GetView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an immutable view of the map.
public:
virtual IMapView<Platform::String ^, Platform::String ^> ^ GetView() = IMap<Platform::String ^, Platform::String ^>::GetView;
IMapView<winrt::hstring, winrt::hstring const&> GetView();
public IReadOnlyDictionary<string,string> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, String)
Returns
The view of the map.