Condividi tramite


NSUserDefaults.Item[String] Proprietà

Definizione

Indicizzatore restituisce l'oggetto NSObject associato alla chiave specificata.

public Foundation.NSObject this[string key] { get; set; }
member this.Item(string) : Foundation.NSObject with get, set

Parametri

key
String

Nome della chiave usato per cercare il valore archiviato.

Valore della proprietà

NSObject archiviato con la chiave specifica o nullse il valore archiviato non è presente.

Commenti

Si applica a