ResourceMapMapViewIterator クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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))
- 継承
- 属性
- 実装
-
IIterator<KeyValuePair<String,ResourceMap>> IIterator<IKeyValuePair<Platform::String,ResourceMap>> IIterator<IKeyValuePair<winrt::hstring,ResourceMap>>
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 を返します。 |