共用方式為


NSCoder.DecodeObject 方法

定義

多載

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

識別要解碼之專案的索引鍵。

傳回

屬性

適用於