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>) |
マップ ビューを 2 つのビューに分割します。 |