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

マップ ビューを 2 つのビューに分割します。

適用対象