DataPackagePropertySetView Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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>>
- Héritage
-
System.ObjectDataPackagePropertySetView
- Implémente
-
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
Constructeurs
DataPackagePropertySetView(DataPackagePropertySet) |
Champs
_dataPackagePropertySet |
Propriétés
Count | |
Item[String] | |
Keys | |
Values |
Méthodes
ContainsKey(String) | |
GetEnumerator() | |
TryGetValue(String, Object) |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Méthodes d’extension
ForEach<T>(IEnumerable<T>, Action<T>) |
Pour un usage interne par la plateforme Xamarin.Forms. |
GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>) |
Pour un usage interne par la plateforme Xamarin.Forms. |
IndexOf<T>(IEnumerable<T>, T) |
Pour un usage interne par la plateforme Xamarin.Forms. |
IndexOf<T>(IEnumerable<T>, Func<T,Boolean>) |
Pour un usage interne par la plateforme Xamarin.Forms. |
Prepend<T>(IEnumerable<T>, T) |
Pour un usage interne par la plateforme Xamarin.Forms. |