ResourceMapIterator class
Supports iteration over a ResourceMap.
Syntax
var resourceMapIterator = resourceMap.first();
Attributes
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The ResourceMapIterator class has these types of members:
Methods
The ResourceMapIterator class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetMany | Returns all the items in the ResourceMap. |
| MoveNext | Moves the iterator forward to the next item and returns HasCurrent. |
Properties
The ResourceMapIterator class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets the current item in the ResourceMap. | |
| Read-only | Gets a value that indicates whether there is a current item, or whether the iterator is at the end of the ResourceMap. |
Requirements
|
Minimum supported client | Windows 8 [Windows Store apps only] |
|---|---|
|
Minimum supported server | Windows Server 2012 [Windows Store apps only] |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
