ResourceMapMapViewIterator クラス

定義

ResourceMapMapView オブジェクトに対するイテレーションをサポートします。

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))
継承
Object Platform::Object IInspectable ResourceMapMapViewIterator
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

プロパティ

Current

ResourceMapMapView 内の現在のアイテムを取得します。

HasCurrent

現在の項目があるかどうか、または反復子が ResourceMapMapView の末尾にあるかどうかを示す値を取得します。

メソッド

GetMany(IKeyValuePair<String,ResourceMap>[])

ResourceMapMapView 内のすべてのアイテムを返します。

MoveNext()

反復子を次の項目に前方に移動し、 HasCurrent を返します。

適用対象