다음을 통해 공유


UITextDropDelegate.WillBecomeEditable 메서드

정의

편집할 수 없는 텍스트 뷰에서 삭제를 허용할 수 있는지 여부를 확인하기 위해 호출되는 메서드입니다.

[Foundation.Export("textDroppableView:willBecomeEditableForDrop:")]
public virtual UIKit.UITextDropEditability WillBecomeEditable (UIKit.IUITextDroppable textDroppableView, UIKit.IUITextDropRequest drop);
abstract member WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability
override this.WillBecomeEditable : UIKit.IUITextDroppable * UIKit.IUITextDropRequest -> UIKit.UITextDropEditability

매개 변수

textDroppableView
IUITextDroppable

현재 편집할 수 없는 수신 보기입니다.

drop
IUITextDropRequest

삭제 요청입니다.

반환

특성

적용 대상