ResourceMapMapView 클래스

정의

ResourceMap 개체의 맵에 대한 변경되지 않는 보기입니다.

public ref class ResourceMapMapView sealed : IIterable<IKeyValuePair<Platform::String ^, ResourceMap ^> ^>, IMapView<Platform::String ^, ResourceMap ^>
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ResourceMapMapView final : IIterable<IKeyValuePair<winrt::hstring, ResourceMap const&>>, IMapView<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 ResourceMapMapView : IEnumerable<KeyValuePair<string,ResourceMap>>, IReadOnlyDictionary<string,ResourceMap>
Public NotInheritable Class ResourceMapMapView
Implements IEnumerable(Of KeyValuePair(Of String, ResourceMap)), IReadOnlyDictionary(Of String, ResourceMap)
상속
Object Platform::Object IInspectable ResourceMapMapView
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

컬렉션 멤버 목록

JavaScript의 경우 ResourceMapMapView는 인덱스를 사용하여 항목에 액세스할 수 있도록 지원합니다.

속성

Size

맵의 ResourceMap 개체 수를 가져옵니다.

메서드

First()

맵 보기에서 항목을 열거하는 반복기를 반환합니다.

HasKey(String)

맵 뷰에 지정된 키가 포함되어 있는지 여부를 확인합니다.

Lookup(String)

맵 보기의 지정된 키에 있는 ResourceMap 을 반환합니다.

Split(IMapView<String,ResourceMap>, IMapView<String,ResourceMap>)

지도 보기를 두 개의 보기로 분할합니다.

적용 대상