Share via


NSSharingServiceDelegate.WillShareItems(NSSharingService, NSObject[]) Method

Definition

[Foundation.Export("sharingService:willShareItems:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillShareItems(AppKit.NSSharingService sharingService, Foundation.NSObject[] items);
[<Foundation.Export("sharingService:willShareItems:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillShareItems : AppKit.NSSharingService * Foundation.NSObject[] -> unit
override this.WillShareItems : AppKit.NSSharingService * Foundation.NSObject[] -> unit

Parameters

sharingService
NSSharingService
items
NSObject[]

Implements

Attributes

Applies to