NSDocument.ShareDocument(NSSharingService, Action<Boolean>) Method

Definition

[Foundation.Export("shareDocumentWithSharingService:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ShareDocument (AppKit.NSSharingService sharingService, Action<bool> completionHandler);
abstract member ShareDocument : AppKit.NSSharingService * Action<bool> -> unit
override this.ShareDocument : AppKit.NSSharingService * Action<bool> -> unit

Parameters

sharingService
NSSharingService
completionHandler
Action<Boolean>
Attributes

Applies to