Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 644 Bytes

applicationdatacompositevalue_first_1920739956.md

File metadata and controls

23 lines (16 loc) · 644 Bytes
-api-id -api-type
M:Windows.Storage.ApplicationDataCompositeValue.First
winrt method

Windows.Storage.ApplicationDataCompositeValue.First

-description

Retrieves an iterator to enumerate the settings in the composite value.

-returns

The iterator.

-remarks

This iterator remains valid even if the composite value's contents are mutated. If the composite value is mutated, you must get a new iterator to see the updated contents of the composite value.

-examples

-see-also