共用方式為


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

取得文字檢視所提供的置放提案。

適用於