NSCoder.DecodeObject 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DecodeObject() |
解碼已使用任何 Encode* 方法編碼的物件。 |
DecodeObject(String) |
DecodeObject()
解碼已使用任何 Encode* 方法編碼的物件。
[Foundation.Export("decodeObject")]
public virtual Foundation.NSObject DecodeObject ();
abstract member DecodeObject : unit -> Foundation.NSObject
override this.DecodeObject : unit -> Foundation.NSObject
傳回
- 屬性
適用於
DecodeObject(String)
[Foundation.Export("decodeObjectForKey:")]
public virtual Foundation.NSObject DecodeObject (string key);
abstract member DecodeObject : string -> Foundation.NSObject
override this.DecodeObject : string -> Foundation.NSObject
參數
- key
- String
識別要解碼之專案的索引鍵。
傳回
- 屬性