IUITextDropRequest Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface that describes a text view drop request.
[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
- Attributes
- Implements
Properties
DropPosition |
Gets the text position where dropped text will appear. |
DropSession |
Gets the drop session. |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
SameView |
Gets a Boolean value that tells whether the drag for the drop started in the same view. |
SuggestedProposal |
Gets the drop proposal that the text view is offering. |