Share via


UIContextMenuInteractionDelegate_Extensions Class

Definition

Extension methods to the IUIContextMenuInteractionDelegate interface to support all the methods from the UIContextMenuInteractionDelegate protocol.

public static class UIContextMenuInteractionDelegate_Extensions
type UIContextMenuInteractionDelegate_Extensions = class
Inheritance
UIContextMenuInteractionDelegate_Extensions

Remarks

The extension methods for IUIContextMenuInteractionDelegate interface allow developers to treat instances of the interface as having all the optional methods of the original UIContextMenuInteractionDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
GetDismissalPreview(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, INSCopying)
GetHighlightPreview(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, INSCopying)
GetPreviewForDismissingMenu(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration)
GetPreviewForHighlightingMenu(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration)
WillDisplayMenu(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillEnd(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillPerformPreviewAction(IUIContextMenuInteractionDelegate, UIContextMenuInteraction, UIContextMenuConfiguration, IUIContextMenuInteractionCommitAnimating)

Applies to