IUITextDropRequest 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
描述文字檢視卸載要求的介面。
[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 |
取得文字檢視所提供的置放提案。 |