ResourceMapMapView 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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)
- 상속
- 특성
- 구현
-
IIterable<IKeyValuePair<K,V>> IEnumerable<KeyValuePair<K,V>> IEnumerable<KeyValuePair<String,ResourceMap>> IIterable<IKeyValuePair<Platform::String,ResourceMap>> IIterable<IKeyValuePair<winrt::hstring,ResourceMap>> IReadOnlyDictionary<String,ResourceMap> IMapView<Platform::String,ResourceMap> IMapView<winrt::hstring,ResourceMap>
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>) |
지도 보기를 두 개의 보기로 분할합니다. |