ResourceMapMapViewIterator Class

Definition

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
Object Platform::Object IInspectable ResourceMapMapViewIterator
Attributes
Implements

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.

Applies to