NSDocument.EncodeRestorableState Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
EncodeRestorableState(NSCoder) | |
EncodeRestorableState(NSCoder, NSOperationQueue) |
EncodeRestorableState(NSCoder)
[Foundation.Export("encodeRestorableStateWithCoder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EncodeRestorableState (Foundation.NSCoder coder);
abstract member EncodeRestorableState : Foundation.NSCoder -> unit
override this.EncodeRestorableState : Foundation.NSCoder -> unit
Параметры
- coder
- NSCoder
- Атрибуты
Применяется к
EncodeRestorableState(NSCoder, NSOperationQueue)
[Foundation.Export("encodeRestorableStateWithCoder:backgroundQueue:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EncodeRestorableState (Foundation.NSCoder coder, Foundation.NSOperationQueue queue);
abstract member EncodeRestorableState : Foundation.NSCoder * Foundation.NSOperationQueue -> unit
override this.EncodeRestorableState : Foundation.NSCoder * Foundation.NSOperationQueue -> unit
Параметры
- coder
- NSCoder
- queue
- NSOperationQueue
- Атрибуты