다음을 통해 공유


NSDocument.ShareDocument(NSSharingService, Action<Boolean>) 메서드

정의

[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

매개 변수

sharingService
NSSharingService
completionHandler
Action<Boolean>
특성

적용 대상