IUITextDragRequest 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.
System-provided interface for getting information about a drag request that originated in a text view.
[Foundation.Protocol(Name="UITextDragRequest", WrapperType=typeof(UIKit.UITextDragRequestWrapper))]
[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 IUITextDragRequest : IDisposable, ObjCRuntime.INativeObject
type IUITextDragRequest = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Properties
DragRange |
Gets the range of the text that is being dragged. |
DragSession |
Gets the drag session. |
ExistingItems |
Gets the items that are currently in the drag session. |
Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Selected |
Gets a Boolean value that tells whether there is a selection that can be dragged. |
SuggestedItems |
Gets the items that the system would supply if the developer does not provide a custom implementation. |