NSDictionary Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[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
- Ereditarietà
- Derivato
- Attributi
- Implementazioni
-
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
Costruttori
| Nome | Descrizione |
|---|---|
| NSDictionary() |
Crea un nuovo NSDictionary oggetto con valori predefiniti. |
| NSDictionary(NativeHandle) |
Costruttore utilizzato durante la creazione di rappresentazioni gestite di oggetti non gestiti. Chiamato dal runtime. |
| NSDictionary(NSCoder) |
Costruttore che inizializza l'oggetto dai dati archiviati nell'oggetto unarchiver. |
| NSDictionary(NSDictionary, Boolean) | |
| NSDictionary(NSDictionary) | |
| NSDictionary(NSObject, NSObject, NSObject[]) |
Crea un oggetto NSDictionary da un elenco di NSObject chiavi e NSObject valori. |
| NSDictionary(NSObjectFlag) |
Costruttore da chiamare sulle classi derivate per ignorare l'inizializzazione e semplicemente allocare l'oggetto. |
| NSDictionary(NSUrl, NSError) | |
| NSDictionary(NSUrl) | |
| NSDictionary(Object, Object, Object[]) |
Crea un oggetto NSDictionary da un elenco di chiavi e valori. |
| NSDictionary(String) | |
Proprietà
| Nome | Descrizione |
|---|---|
| AccessibilityAttributedUserInputLabels | (Ereditato da NSObject) |
| AccessibilityRespondsToUserInteraction | (Ereditato da NSObject) |
| AccessibilityTextualContext | (Ereditato da NSObject) |
| AccessibilityUserInputLabels | (Ereditato da NSObject) |
| Class | (Ereditato da NSObject) |
| ClassHandle |
Handle della classe Objective-C per questa classe. |
| Count | |
| DebugDescription | (Ereditato da NSObject) |
| Description | (Ereditato da NSObject) |
| DescriptionInStringsFileFormat | |
| ExposedBindings | (Ereditato da NSObject) |
| Handle |
Handle (puntatore) alla rappresentazione dell'oggetto non gestito. (Ereditato da NSObject) |
| IsDirectBinding |
Ottiene o imposta un valore che indica se questa istanza utilizza l'associazione diretta Objective-C. (Ereditato da NSObject) |
| IsProxy | (Ereditato da NSObject) |
| Item[NSObject] |
Ottiene l'oggetto associato alla chiave specificata. |
| Item[NSString] |
Ottiene l'oggetto associato alla chiave specificata. |
| Item[String] |
Ottiene l'oggetto associato alla chiave specificata. |
| KeyEnumerator | |
| Keys | |
| ObjectEnumerator | |
| RetainCount | (Ereditato da NSObject) |
| Self | (Ereditato da NSObject) |
| Superclass | (Ereditato da NSObject) |
| SuperHandle |
Handle utilizzato per rappresentare i metodi nella classe di base per questo NSObjectoggetto . (Ereditato da NSObject) |
| Values | |
| Zone | (Ereditato da NSObject) |