NSDictionary Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[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
- Herança
- Derivado
- Atributos
- Implementações
-
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
Construtores
| Nome | Description |
|---|---|
| NSDictionary() |
Cria um novo NSDictionary com valores padrão. |
| NSDictionary(NativeHandle) |
Um construtor usado ao criar representações gerenciadas de objetos não gerenciados. Chamado pelo runtime. |
| NSDictionary(NSCoder) |
Um construtor que inicializa o objeto dos dados armazenados no objeto unarchiver. |
| NSDictionary(NSDictionary, Boolean) | |
| NSDictionary(NSDictionary) | |
| NSDictionary(NSObject, NSObject, NSObject[]) |
Cria uma NSDictionary de uma lista de NSObject chaves e NSObject valores. |
| NSDictionary(NSObjectFlag) |
Construtor para chamar classes derivadas para ignorar a inicialização e apenas alocar o objeto. |
| NSDictionary(NSUrl, NSError) | |
| NSDictionary(NSUrl) | |
| NSDictionary(Object, Object, Object[]) |
Cria uma NSDictionary de uma lista de chaves e valores. |
| NSDictionary(String) | |
Propriedades
| Nome | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Herdado de NSObject) |
| AccessibilityRespondsToUserInteraction | (Herdado de NSObject) |
| AccessibilityTextualContext | (Herdado de NSObject) |
| AccessibilityUserInputLabels | (Herdado de NSObject) |
| Class | (Herdado de NSObject) |
| ClassHandle |
O identificador de classe Objective-C desta classe. |
| Count | |
| DebugDescription | (Herdado de NSObject) |
| Description | (Herdado de NSObject) |
| DescriptionInStringsFileFormat | |
| ExposedBindings | (Herdado de NSObject) |
| Handle |
Manipule (ponteiro) para a representação de objeto não gerenciado. (Herdado de NSObject) |
| IsDirectBinding |
Obtém ou define um valor que indica se essa instância usa associação Objective-C direta. (Herdado de NSObject) |
| IsProxy | (Herdado de NSObject) |
| Item[NSObject] |
Obtém o objeto associado à chave especificada. |
| Item[NSString] |
Obtém o objeto associado à chave especificada. |
| Item[String] |
Obtém o objeto associado à chave especificada. |
| KeyEnumerator | |
| Keys | |
| ObjectEnumerator | |
| RetainCount | (Herdado de NSObject) |
| Self | (Herdado de NSObject) |
| Superclass | (Herdado de NSObject) |
| SuperHandle |
Identificador usado para representar os métodos na classe base para isso NSObject. (Herdado de NSObject) |
| Values | |
| Zone | (Herdado de NSObject) |