DataPackagePropertySetView クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 実装
-
IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<String,Object>> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<String,Object> IEnumerable
コンストラクター
| 名前 | 説明 |
|---|---|
| DataPackagePropertySetView(DataPackagePropertySet) |
DataPackagePropertySetView クラスの新しいインスタンスを初期化します。 |
フィールド
| 名前 | 説明 |
|---|---|
| _dataPackagePropertySet |
基になるプロパティ セット。 |
プロパティ
| 名前 | 説明 |
|---|---|
| Count |
ビュー内のプロパティの数を取得します。 |
| Item[String] |
指定したキーに関連付けられているプロパティ値を取得します。 |
| Keys |
プロパティ キーのコレクションを取得します。 |
| Values |
プロパティ値のコレクションを取得します。 |
メソッド
| 名前 | 説明 |
|---|---|
| ContainsKey(String) |
指定したキーを持つプロパティがビューに含まれているかどうかを判断します。 |
| GetEnumerator() |
プロパティを反復処理する列挙子を返します。 |
| TryGetValue(String, Object) |
指定したキーに関連付けられている値を取得します。 |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() |
DataPackagePropertySetの読み取り専用ビュー。 |