NSCoder.DecodeObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DecodeObject() |
Decodes an object that has been encoded with any of the Encode* methods. |
DecodeObject(String) |
DecodeObject()
Decodes an object that has been encoded with any of the Encode* methods.
[Foundation.Export("decodeObject")]
public virtual Foundation.NSObject DecodeObject ();
abstract member DecodeObject : unit -> Foundation.NSObject
override this.DecodeObject : unit -> Foundation.NSObject
Returns
- Attributes
Applies to
DecodeObject(String)
[Foundation.Export("decodeObjectForKey:")]
public virtual Foundation.NSObject DecodeObject (string key);
abstract member DecodeObject : string -> Foundation.NSObject
override this.DecodeObject : string -> Foundation.NSObject
Parameters
- key
- String
The key identifying the item to decode.
Returns
- Attributes