Freigeben über


DictionaryContainer.GetNSDictionary Methode

Definition

Überlädt

GetNSDictionary(NSString)

Gibt die zurück, die NSDictionary mit zugeordnet ist key.

GetNSDictionary<TKey,TValue>(NSString)

Gibt die zurück, die NSDictionary mit zugeordnet ist key.

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.

Gibt zurück

Gilt für: