SFSafariExtensionHandler.ContextMenuItemSelected 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.
[Foundation.Export("contextMenuItemSelectedWithCommand:inPage:userInfo:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public virtual void ContextMenuItemSelected (string command, SafariServices.SFSafariPage page, Foundation.NSDictionary userInfo);
abstract member ContextMenuItemSelected : string * SafariServices.SFSafariPage * Foundation.NSDictionary -> unit
override this.ContextMenuItemSelected : string * SafariServices.SFSafariPage * Foundation.NSDictionary -> unit
Parameters
- command
- String
- page
- SFSafariPage
- userInfo
- NSDictionary
- Attributes