Share via


INSSharingServiceDelegate.WillShareItems(NSSharingService, NSObject[]) Method

Definition

[Foundation.Export("sharingService:willShareItems:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillShareItems(AppKit.NSSharingService sharingService, Foundation.NSObject[] items);
[<Foundation.Export("sharingService:willShareItems:")>]
[<Foundation.OptionalMember>]
[<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[]
Attributes

Applies to