Share via


NSSharingServiceDelegate.SourceWindowForShareItems Method

Definition

[Foundation.Export("sharingService:sourceWindowForShareItems:sharingContentScope:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSWindow SourceWindowForShareItems(AppKit.NSSharingService sharingService, Foundation.NSObject[] items, AppKit.NSSharingContentScope sharingContentScope);
[<Foundation.Export("sharingService:sourceWindowForShareItems:sharingContentScope:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SourceWindowForShareItems : AppKit.NSSharingService * Foundation.NSObject[] * AppKit.NSSharingContentScope -> AppKit.NSWindow
override this.SourceWindowForShareItems : AppKit.NSSharingService * Foundation.NSObject[] * AppKit.NSSharingContentScope -> AppKit.NSWindow

Parameters

sharingService
NSSharingService
items
NSObject[]
sharingContentScope
NSSharingContentScope

Returns

Implements

Attributes

Applies to