DataPackagePropertySetView クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>>
- 継承
-
System.ObjectDataPackagePropertySetView
- 実装
-
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<TKey,TValue>> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>> System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<TKey,TValue>> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object> System.Collections.IEnumerable
コンストラクター
DataPackagePropertySetView(DataPackagePropertySet) |
フィールド
_dataPackagePropertySet |
プロパティ
Count | |
Item[String] | |
Keys | |
Values |
メソッド
ContainsKey(String) | |
GetEnumerator() | |
TryGetValue(String, Object) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
拡張メソッド
ForEach<T>(IEnumerable<T>, Action<T>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Xamarin.Forms プラットフォームによる内部使用向け。 |
Prepend<T>(IEnumerable<T>, T) |
Xamarin.Forms プラットフォームによる内部使用向け。 |