IUITextDropDelegate 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
프로토콜 UITextDropDelegate의 필수 메서드(있는 경우)를 나타내는 인터페이스입니다.
[Foundation.Protocol(Name="UITextDropDelegate", WrapperType=typeof(UIKit.UITextDropDelegateWrapper))]
[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 IUITextDropDelegate : IDisposable, ObjCRuntime.INativeObject
type IUITextDropDelegate = interface
interface INativeObject
interface IDisposable
- 파생
- 특성
- 구현
설명
이 인터페이스에는 에 정의된 UITextDropDelegate프로토콜의 필수 메서드(있는 경우)가 포함되어 있습니다.
개발자가 이 인터페이스를 구현하는 클래스를 만드는 경우 구현 메서드는 프로토콜에 정의된 UITextDropDelegate 메서드의 일치하는 서명과 함께 Objective-C로 자동으로 내보내됩니다.
선택적 메서드(있는 경우)는 클래스에서 인터페이스에 UITextDropDelegate_Extensions 대한 확장 메서드로 제공되므로 개발자가 프로토콜에서 선택적 메서드를 호출할 수 있습니다.
속성
Handle |
관리되지 않는 개체 표현에 대한 핸들(포인터)입니다. (다음에서 상속됨 INativeObject) |
확장 메서드
DropSessionDidEnd(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
삭제 세션이 종료되면 호출되는 메서드입니다. |
DropSessionDidEnter(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
놓기 지점이 텍스트 뷰에 들어갈 때 호출되는 메서드입니다. |
DropSessionDidExit(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
놓기 지점이 텍스트 뷰를 떠날 때 호출되는 메서드입니다. |
DropSessionDidUpdate(IUITextDropDelegate, IUITextDroppable, IUIDropSession) |
텍스트 보기 위에 놓기 지점이 변경되면 호출되는 메서드입니다. |
GetPreviewForDroppingAllItems(IUITextDropDelegate, IUITextDroppable, UITargetedDragPreview) |
모든 항목을 삭제하는 데 사용할 끌기 미리 보기를 가져오기 위해 한 번 호출되는 메서드입니다. |
GetProposalForDrop(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest) |
놓기 제안을 가져오기 위해 호출되는 메서드입니다. |
WillBecomeEditable(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest) |
편집할 수 없는 텍스트 뷰에서 삭제를 허용할 수 있는지 여부를 확인하기 위해 호출되는 메서드입니다. |
WillPerformDrop(IUITextDropDelegate, IUITextDroppable, IUITextDropRequest) |
삭제가 수행되기 직전에 호출되는 메서드입니다. |