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>) |
将地图视图拆分为两个视图。 |