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를 반환합니다.

적용 대상