Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 549 Bytes

resourcemapiterator_hascurrent.md

File metadata and controls

22 lines (15 loc) · 549 Bytes
-api-id -api-type
P:Windows.ApplicationModel.Resources.Core.ResourceMapIterator.HasCurrent
winrt property

Windows.ApplicationModel.Resources.Core.ResourceMapIterator.HasCurrent

-description

Gets a value that indicates whether there is a current item, or whether the iterator is at the end of the ResourceMap.

-property-value

true if the iterator refers to a valid item that is in the map; otherwise, false.

-remarks

-examples

-see-also