ResourceMapMapViewIterator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports iteration over a ResourceMapMapView object.
public ref class ResourceMapMapViewIterator sealed : IIterator<IKeyValuePair<Platform::String ^, ResourceMap ^> ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ResourceMapMapViewIterator final : IIterator<IKeyValuePair<winrt::hstring, ResourceMap const&>>
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ResourceMapMapViewIterator : IIterator<KeyValuePair<string,ResourceMap>>
Public NotInheritable Class ResourceMapMapViewIterator
Implements IIterator(Of KeyValuePair(Of String, ResourceMap))
- Inheritance
- Attributes
- Implements
-
IIterator<KeyValuePair<String,ResourceMap>> IIterator<IKeyValuePair<Platform::String,ResourceMap>> IIterator<IKeyValuePair<winrt::hstring,ResourceMap>>
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
Current |
Gets the current item in the ResourceMapMapView. |
HasCurrent |
Gets a value that indicates whether there is a current item, or whether the iterator is at the end of the ResourceMapMapView. |
Methods
GetMany(IKeyValuePair<String,ResourceMap>[]) |
Returns all the items in the ResourceMapMapView. |
MoveNext() |
Moves the iterator forward to the next item and returns HasCurrent. |