NSDocument.UpdateChangeCount 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
UpdateChangeCount(NSObject, NSSaveOperationType) | |
UpdateChangeCount(NSDocumentChangeType) |
UpdateChangeCount(NSObject, NSSaveOperationType)
[Foundation.Export("updateChangeCountWithToken:forSaveOperation:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void UpdateChangeCount (Foundation.NSObject changeCountToken, AppKit.NSSaveOperationType saveOperation);
abstract member UpdateChangeCount : Foundation.NSObject * AppKit.NSSaveOperationType -> unit
override this.UpdateChangeCount : Foundation.NSObject * AppKit.NSSaveOperationType -> unit
Parameters
- changeCountToken
- NSObject
- saveOperation
- NSSaveOperationType
- Attributes
Applies to
UpdateChangeCount(NSDocumentChangeType)
[Foundation.Export("updateChangeCount:")]
public virtual void UpdateChangeCount (AppKit.NSDocumentChangeType change);
abstract member UpdateChangeCount : AppKit.NSDocumentChangeType -> unit
override this.UpdateChangeCount : AppKit.NSDocumentChangeType -> unit
Parameters
- change
- NSDocumentChangeType
- Attributes