DictionaryContainer.GetNSDictionary Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetNSDictionary(NSString) |
Gibt die zurück, die NSDictionary mit zugeordnet ist |
GetNSDictionary<TKey,TValue>(NSString) |
Gibt die zurück, die NSDictionary mit zugeordnet ist |
GetNSDictionary(NSString)
Gibt die zurück, die NSDictionary mit zugeordnet ist key
.
protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary
Parameter
- key
- NSString
Der Bezeichner des NSDictionary.
Gibt zurück
Gilt für:
GetNSDictionary<TKey,TValue>(NSString)
Gibt die zurück, die NSDictionary mit zugeordnet ist 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)
Typparameter
- TKey
Der Schlüsseltyp im gespeicherten Wörterbuch.
- TValue
Der Typ der Werte im gespeicherten Wörterbuch.
Parameter
- key
- NSString
Der Bezeichner des NSDictionary.