DictionaryContainer.GetNSDictionary メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetNSDictionary(NSString) |
に関連付けられている |
GetNSDictionary<TKey,TValue>(NSString) |
に関連付けられている |
GetNSDictionary(NSString)
に関連付けられている key
をNSDictionary返します。
protected Foundation.NSDictionary GetNSDictionary (Foundation.NSString key);
member this.GetNSDictionary : Foundation.NSString -> Foundation.NSDictionary
パラメーター
- key
- NSString
NSDictionary の識別子です。
戻り値
適用対象
GetNSDictionary<TKey,TValue>(NSString)
に関連付けられている key
をNSDictionary返します。
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)
型パラメーター
- TKey
格納されているディクショナリ内のキーの種類。
- TValue
格納されているディクショナリ内の値の型。
パラメーター
- key
- NSString
NSDictionary の識別子です。