NSApplicationDelegate.RegisterServicesMenu(String[], String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use the 'RegisterServicesMenu2' on NSApplication.
[Foundation.Export("registerServicesMenuSendTypes:returnTypes:")]
[System.Obsolete("Use the 'RegisterServicesMenu2' on NSApplication.", false)]
public virtual void RegisterServicesMenu (string[] sendTypes, string[] returnTypes);
abstract member RegisterServicesMenu : string[] * string[] -> unit
override this.RegisterServicesMenu : string[] * string[] -> unit
Parameters
- sendTypes
- String[]
- returnTypes
- String[]
- Attributes