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。 |