DictionaryContainer.GetNSDictionary Metodo
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.
Overload
GetNSDictionary(NSString) |
Restituisce l'oggetto NSDictionary associato |
GetNSDictionary<TKey,TValue>(NSString) |
Restituisce l'oggetto NSDictionary associato |
GetNSDictionary(NSString)
Restituisce l'oggetto NSDictionary associato key
a .
protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary
Parametri
- key
- NSString
Identificatore dell'oggetto NSDictionary.
Restituisce
Si applica a
GetNSDictionary<TKey,TValue>(NSString)
Restituisce l'oggetto NSDictionary associato key
a .
protected Foundation.NSDictionary<TKey,TValue> GetNSDictionary<TKey,TValue> (Foundation.NSString key) where TKey : class, ObjCRuntime.INativeObject where TValue : class, ObjCRuntime.INativeObject;
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary<'Key, 'Value (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)> (requires 'Key : null and 'Key :> ObjCRuntime.INativeObject and 'Value : null and 'Value :> ObjCRuntime.INativeObject)
Parametri di tipo
- TKey
Tipo di chiavi nel dizionario archiviato.
- TValue
Tipo di valori nel dizionario archiviato.
Parametri
- key
- NSString
Identificatore dell'oggetto NSDictionary.