UITextDropDelegate_Extensions 클래스

정의

프로토콜의 모든 메서드를 IUITextDropDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 UITextDropDelegate .

public static class UITextDropDelegate_Extensions
type UITextDropDelegate_Extensions = class
상속
UITextDropDelegate_Extensions

설명

개발자는 에 대한 IUITextDropDelegate 확장 메서드를 사용하여 인터페이스의 인스턴스를 원래 UITextDropDelegate 프로토콜의 모든 선택적 메서드를 갖는 것으로 처리할 수 있습니다. 인터페이스에는 필요한 멤버만 포함되므로 이러한 확장 메서드를 사용하면 개발자가 프로토콜의 선택적 멤버를 호출할 수 있습니다.

메서드

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)

삭제가 수행되기 직전에 호출되는 메서드입니다.

적용 대상