Share via


UIDragInteractionDelegate.SessionAllowsMoveOperation 메서드

정의

세션이 복사하는 대신 항목을 이동할 수 있는지 확인하기 위해 호출되는 메서드입니다.

[Foundation.Export("dragInteraction:sessionAllowsMoveOperation:")]
public virtual bool SessionAllowsMoveOperation (UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session);
abstract member SessionAllowsMoveOperation : UIKit.UIDragInteraction * UIKit.IUIDragSession -> bool
override this.SessionAllowsMoveOperation : UIKit.UIDragInteraction * UIKit.IUIDragSession -> bool

매개 변수

interaction
UIDragInteraction

요청을 만드는 상호 작용입니다.

session
IUIDragSession

쿼리할 세션입니다.

반환

특성

적용 대상