次の方法で共有


DataPackagePropertySetView クラス

定義

DataPackagePropertySetの読み取り専用ビュー。

public ref class DataPackagePropertySetView : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^>
public class DataPackagePropertySetView : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyDictionary<string,object>
type DataPackagePropertySetView = class
    interface IReadOnlyDictionary<string, obj>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
Public Class DataPackagePropertySetView
Implements IEnumerable(Of KeyValuePair(Of String, Object)), IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IReadOnlyDictionary(Of String, Object)
継承
DataPackagePropertySetView
実装

コンストラクター

名前 説明
DataPackagePropertySetView(DataPackagePropertySet)

DataPackagePropertySetView クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
_dataPackagePropertySet

基になるプロパティ セット。

プロパティ

名前 説明
Count

ビュー内のプロパティの数を取得します。

Item[String]

指定したキーに関連付けられているプロパティ値を取得します。

Keys

プロパティ キーのコレクションを取得します。

Values

プロパティ値のコレクションを取得します。

メソッド

名前 説明
ContainsKey(String)

指定したキーを持つプロパティがビューに含まれているかどうかを判断します。

GetEnumerator()

プロパティを反復処理する列挙子を返します。

TryGetValue(String, Object)

指定したキーに関連付けられている値を取得します。

明示的なインターフェイスの実装

名前 説明
IEnumerable.GetEnumerator()

DataPackagePropertySetの読み取り専用ビュー。

適用対象