UITextDropDelegate_Extensions 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
接口的 IUITextDropDelegate 扩展方法,以支持协议中的所有方法 UITextDropDelegate 。
public static class UITextDropDelegate_Extensions
type UITextDropDelegate_Extensions = class
- 继承
-
UITextDropDelegate_Extensions
注解
的 IUITextDropDelegate 扩展方法允许开发人员将 接口的实例视为具有原始 UITextDropDelegate 协议的所有可选方法。 由于 接口仅包含所需的成员,因此这些扩展方法允许开发人员调用协议的可选成员。
方法
DropSessionDidEnd(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
删除会话结束时调用的方法。 |
DropSessionDidEnter(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
放置点进入文本视图时调用的方法。 |
DropSessionDidExit(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
放置点离开文本视图时调用的方法。 |
DropSessionDidUpdate(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
在文本视图上的放置点更改时调用的方法。 |
GetPreviewForDroppingAllItems(IUITextDropDelegate, IUITextDroppable, UITargetedDragPreview) |
调用一次以获取拖动预览以用于删除所有项的方法。 |
GetProposalForDrop(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest) |
调用以获取放置建议的方法。 |
WillBecomeEditable(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest) |
调用的方法,用于确定不可编辑的文本视图是否可以接受删除。 |
WillPerformDrop(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest) |
在执行删除操作之前调用的方法。 |