Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 793 Bytes

imap_2_getview_37498667.md

File metadata and controls

27 lines (19 loc) · 793 Bytes
-api-id -api-type
M:Windows.Foundation.Collections.IMap`2.GetView
winrt method

Windows.Foundation.Collections.IMap<K, V>.GetView

-description

Returns an immutable view of the map.

-returns

The view of the map.

-remarks

When programming with .NET, this interface is hidden and developers should use the System.Collections.Generic.IDictionary<TKey,TValue> interface.

If changes are made to the map, such as adding, modifying, or deleting elements, the map view is permitted to raise an exception for all future operations.

-examples

-see-also

IMap<K, V>