DictionaryContainer.GetNSDictionary Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetNSDictionary(NSString) |
Retourne le NSDictionary associé à |
GetNSDictionary<TKey,TValue>(NSString) |
Retourne le NSDictionary associé à |
GetNSDictionary(NSString)
Retourne le NSDictionary associé à key
.
protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary
Paramètres
- key
- NSString
Identificateur de NSDictionary.
Retours
S’applique à
GetNSDictionary<TKey,TValue>(NSString)
Retourne le NSDictionary associé à 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)
Paramètres de type
- TKey
Type de clés dans le dictionnaire stocké.
- TValue
Type de valeurs dans le dictionnaire stocké.
Paramètres
- key
- NSString
Identificateur de NSDictionary.