NSDictionary 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.
[Foundation.Register("NSDictionary", true)]
public class NSDictionary : Foundation.NSObject, CoreData.INSFetchRequestResult, Foundation.INSMutableCopying, Foundation.INSSecureCoding, IDisposable, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<Foundation.NSObject,Foundation.NSObject>>, System.Collections.Generic.IDictionary<Foundation.NSObject,Foundation.NSObject>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Foundation.NSObject,Foundation.NSObject>>, System.Collections.IDictionary
[<Foundation.Register("NSDictionary", true)>]
type NSDictionary = class
inherit NSObject
interface IDictionary
interface ICollection
interface IEnumerable
interface IDictionary<NSObject, NSObject>
interface ICollection<KeyValuePair<NSObject, NSObject>>
interface seq<KeyValuePair<NSObject, NSObject>>
interface INSCoding
interface INativeObject
interface IDisposable
interface INSCopying
interface INSMutableCopying
interface INSSecureCoding
interface INSFetchRequestResult
- Héritage
- Dérivé
- Attributs
- Implémente
-
INSFetchRequestResult INSCoding INSCopying INSMutableCopying INSSecureCoding INativeObject ICollection<KeyValuePair<NSObject,NSObject>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<NSObject,NSObject> IEnumerable<KeyValuePair<NSObject,NSObject>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> ICollection IDictionary IEnumerable IDisposable
Constructeurs
| Nom | Description |
|---|---|
| NSDictionary() |
Crée un nouveau NSDictionary avec des valeurs par défaut. |
| NSDictionary(NativeHandle) |
Constructeur utilisé lors de la création de représentations managées d’objets non managés. Appelé par le runtime. |
| NSDictionary(NSCoder) |
Constructeur qui initialise l’objet à partir des données stockées dans l’objet unarchiver. |
| NSDictionary(NSDictionary, Boolean) | |
| NSDictionary(NSDictionary) | |
| NSDictionary(NSObject, NSObject, NSObject[]) |
Crée une NSDictionary liste de clés et NSObject de NSObject valeurs. |
| NSDictionary(NSObjectFlag) |
Constructeur pour appeler des classes dérivées pour ignorer l’initialisation et simplement allouer l’objet. |
| NSDictionary(NSUrl, NSError) | |
| NSDictionary(NSUrl) | |
| NSDictionary(Object, Object, Object[]) |
Crée une NSDictionary liste de clés et de valeurs. |
| NSDictionary(String) | |
Propriétés
| Nom | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Hérité de NSObject) |
| AccessibilityRespondsToUserInteraction | (Hérité de NSObject) |
| AccessibilityTextualContext | (Hérité de NSObject) |
| AccessibilityUserInputLabels | (Hérité de NSObject) |
| Class | (Hérité de NSObject) |
| ClassHandle |
Handle de classe Objective-C pour cette classe. |
| Count | |
| DebugDescription | (Hérité de NSObject) |
| Description | (Hérité de NSObject) |
| DescriptionInStringsFileFormat | |
| ExposedBindings | (Hérité de NSObject) |
| Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de NSObject) |
| IsDirectBinding |
Obtient ou définit une valeur indiquant si cette instance utilise une liaison de Objective-C directe. (Hérité de NSObject) |
| IsProxy | (Hérité de NSObject) |
| Item[NSObject] |
Obtient l’objet associé à la clé spécifiée. |
| Item[NSString] |
Obtient l’objet associé à la clé spécifiée. |
| Item[String] |
Obtient l’objet associé à la clé spécifiée. |
| KeyEnumerator | |
| Keys | |
| ObjectEnumerator | |
| RetainCount | (Hérité de NSObject) |
| Self | (Hérité de NSObject) |
| Superclass | (Hérité de NSObject) |
| SuperHandle |
Handle utilisé pour représenter les méthodes dans la classe de base pour ce NSObject. (Hérité de NSObject) |
| Values | |
| Zone | (Hérité de NSObject) |