DictionaryContainer.GetNSDictionary Método
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í.
Sobrecargas
GetNSDictionary(NSString) |
Devuelve el objeto NSDictionary asociado a |
GetNSDictionary<TKey,TValue>(NSString) |
Devuelve el objeto NSDictionary asociado a |
GetNSDictionary(NSString)
Devuelve el objeto NSDictionary asociado a key
.
protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary
Parámetros
- key
- NSString
Identificador del objeto NSDictionary.
Devoluciones
Se aplica a
GetNSDictionary<TKey,TValue>(NSString)
Devuelve el objeto NSDictionary asociado a key
.
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)
Parámetros de tipo
- TKey
Tipo de claves del diccionario almacenado.
- TValue
Tipo de valores del diccionario almacenado.
Parámetros
- key
- NSString
Identificador del objeto NSDictionary.