INSApplicationDelegate.GetHandler(NSApplication, INIntent) 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("application:handlerForIntent:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSObject? GetHandler(AppKit.NSApplication application, Intents.INIntent intent);
[<Foundation.Export("application:handlerForIntent:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetHandler : AppKit.NSApplication * Intents.INIntent -> Foundation.NSObject
override this.GetHandler : AppKit.NSApplication * Intents.INIntent -> Foundation.NSObject
Parameters
- application
- NSApplication
- intent
- INIntent
Returns
- Attributes