Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 716 Bytes

imap_2_haskey_1926693983.md

File metadata and controls

28 lines (20 loc) · 716 Bytes
-api-id -api-type
M:Windows.Foundation.Collections.IMap`2.HasKey(`0)
winrt method

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

-description

Determines whether the map contains the specified key.

-parameters

-param key

The key associated with the item to locate.

-returns

True if the key is found; otherwise, false.

-remarks

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

-examples

-see-also

IMap<K, V>