IUITextDropRequest 接口

定义

描述文本视图删除请求的接口。

[Foundation.Protocol(Name="UITextDropRequest", WrapperType=typeof(UIKit.UITextDropRequestWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITextDropRequest : IDisposable, ObjCRuntime.INativeObject
type IUITextDropRequest = interface
    interface INativeObject
    interface IDisposable
属性
实现

属性

DropPosition

获取放置的文本将显示的文本位置。

DropSession

获取放置会话。

Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 INativeObject)
SameView

获取一个布尔值,该值指示是否在同一视图中开始拖动拖放。

SuggestedProposal

获取文本视图提供的放置建议。

适用于