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 |
|
|
Metadata |
|
|
DLL |
|
See also
Build date: 5/16/2013
