NSDictionary Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
- Herencia
- Derivado
- Atributos
- Implementaciones
-
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
Constructores
| Nombre | Description |
|---|---|
| NSDictionary() |
Crea un nuevo NSDictionary con valores predeterminados. |
| NSDictionary(NativeHandle) |
Constructor usado al crear representaciones administradas de objetos no administrados. Llamado por el tiempo de ejecución. |
| NSDictionary(NSCoder) |
Constructor que inicializa el objeto a partir de los datos almacenados en el objeto unarchiver. |
| NSDictionary(NSDictionary, Boolean) | |
| NSDictionary(NSDictionary) | |
| NSDictionary(NSObject, NSObject, NSObject[]) |
Crea a NSDictionary partir de una lista de NSObject claves y NSObject valores. |
| NSDictionary(NSObjectFlag) |
Constructor para llamar a en clases derivadas para omitir la inicialización y simplemente asignar el objeto. |
| NSDictionary(NSUrl, NSError) | |
| NSDictionary(NSUrl) | |
| NSDictionary(Object, Object, Object[]) |
Crea a NSDictionary partir de una lista de claves y valores. |
| NSDictionary(String) | |
Propiedades
| Nombre | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Heredado de NSObject) |
| AccessibilityRespondsToUserInteraction | (Heredado de NSObject) |
| AccessibilityTextualContext | (Heredado de NSObject) |
| AccessibilityUserInputLabels | (Heredado de NSObject) |
| Class | (Heredado de NSObject) |
| ClassHandle |
Identificador de clase Objective-C para esta clase. |
| Count | |
| DebugDescription | (Heredado de NSObject) |
| Description | (Heredado de NSObject) |
| DescriptionInStringsFileFormat | |
| ExposedBindings | (Heredado de NSObject) |
| Handle |
Controla (puntero) a la representación de objeto no administrada. (Heredado de NSObject) |
| IsDirectBinding |
Obtiene o establece un valor que indica si esta instancia usa Objective-C enlace directo. (Heredado de NSObject) |
| IsProxy | (Heredado de NSObject) |
| Item[NSObject] |
Obtiene el objeto asociado a la clave especificada. |
| Item[NSString] |
Obtiene el objeto asociado a la clave especificada. |
| Item[String] |
Obtiene el objeto asociado a la clave especificada. |
| KeyEnumerator | |
| Keys | |
| ObjectEnumerator | |
| RetainCount | (Heredado de NSObject) |
| Self | (Heredado de NSObject) |
| Superclass | (Heredado de NSObject) |
| SuperHandle |
Identificador usado para representar los métodos de la clase base para este NSObject. (Heredado de NSObject) |
| Values | |
| Zone | (Heredado de NSObject) |