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

将地图视图拆分为两个视图。

适用于