IUITextDropRequest Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface qui décrit une demande de suppression d’affichage de texte.
[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
- Attributs
- Implémente
Propriétés
DropPosition |
Obtient la position du texte où le texte supprimé s’affiche. |
DropSession |
Obtient la session de suppression. |
Handle |
Handle (pointeur) vers la représentation d’objet non managée. (Hérité de INativeObject) |
SameView |
Obtient une valeur booléenne qui indique si le glisser-déplacer a démarré dans la même vue. |
SuggestedProposal |
Obtient la proposition de suppression proposée par l’affichage texte. |