DataPackagePropertySetView Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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>>
- Dziedziczenie
-
System.ObjectDataPackagePropertySetView
- Implementuje
-
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
Konstruktory
| DataPackagePropertySetView(DataPackagePropertySet) |
Pola
| _dataPackagePropertySet |
Właściwości
| Count | |
| Item[String] | |
| Keys | |
| Values |
Metody
| ContainsKey(String) | |
| GetEnumerator() | |
| TryGetValue(String, Object) |
Jawne implementacje interfejsu
| IEnumerable.GetEnumerator() |
Metody rozszerzania
| ForEach<T>(IEnumerable<T>, Action<T>) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| IndexOf<T>(IEnumerable<T>, T) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |
| Prepend<T>(IEnumerable<T>, T) |
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy. |