SFSafariExtensionHandling_Extensions.ValidateContextMenuItemAsync 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.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 4, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<SafariServices.SFExtensionValidationResult> ValidateContextMenuItemAsync (this SafariServices.ISFSafariExtensionHandling This, string command, SafariServices.SFSafariPage page, Foundation.NSDictionary<Foundation.NSString,Foundation.NSObject> userInfo);
static member ValidateContextMenuItemAsync : SafariServices.ISFSafariExtensionHandling * string * SafariServices.SFSafariPage * Foundation.NSDictionary<Foundation.NSString, Foundation.NSObject> -> System.Threading.Tasks.Task<SafariServices.SFExtensionValidationResult>
Parameters
- command
- String
- page
- SFSafariPage
- userInfo
- NSDictionary<NSString,NSObject>
Returns
- Attributes