This topic has not yet been rated - Rate this topic

ApplicationDataContainerSettings.First | first method

Retrieves an iterator to enumerate the settings in the settings container.

Syntax


var iIterator = applicationDataContainerSettings.first();

Parameters

This method has no parameters.

Return value

Type: IIterator<IKeyValuePair>

The iterator.

Remarks

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage
Windows::Storage [C++]

Metadata

Windows.winmd

DLL

Windows.Storage.ApplicationData.dll

See also

ApplicationDataContainerSettings

 

 

Build date: 5/16/2013

© 2013 Microsoft. All rights reserved.