다음을 통해 공유


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

디코딩할 항목을 식별하는 키입니다.

반환

특성

적용 대상