Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Windows requirements

Requirements Description
Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Name Description
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

Name Description
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


Feedback

Was this page helpful?