Share via


NSApplication_NSServicesMenu.RegisterServicesMenu Method

Definition

[Foundation.Export("registerServicesMenuSendTypes:returnTypes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void RegisterServicesMenu(this AppKit.NSApplication This, string[] sendTypes, string[] returnTypes);
[<Foundation.Export("registerServicesMenuSendTypes:returnTypes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RegisterServicesMenu : AppKit.NSApplication * string[] * string[] -> unit

Parameters

sendTypes
String[]
returnTypes
String[]
Attributes

Applies to