Share via


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

デコードする項目を識別するキー。

戻り値

属性

適用対象