次の方法で共有


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

テキスト ビューが提供しているドロップ提案を取得します。

適用対象