Partager via


CPApplicationDelegate.PerformActionForShortcutItem Méthode

Définition

Appelé par le système lorsque l’utilisateur lance une action rapide sur l’écran d’accueil, sauf si l’interaction a été gérée dans WillFinishLaunching(UIApplication, NSDictionary)M:UIKit.UIApplicationDelegate.DidFinishLaunching*.

[Foundation.Export("application:performActionForShortcutItem:completionHandler:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void PerformActionForShortcutItem (UIKit.UIApplication application, UIKit.UIApplicationShortcutItem shortcutItem, UIKit.UIOperationHandler completionHandler);
abstract member PerformActionForShortcutItem : UIKit.UIApplication * UIKit.UIApplicationShortcutItem * UIKit.UIOperationHandler -> unit
override this.PerformActionForShortcutItem : UIKit.UIApplication * UIKit.UIApplicationShortcutItem * UIKit.UIOperationHandler -> unit

Paramètres

application
UIApplication

Référence à l’UIApplication qui a appelé cette méthode déléguée.

completionHandler
UIOperationHandler
Attributs

S’applique à