다음을 통해 공유


UIDragInteractionDelegate.GetPreviewForLiftingItem 메서드

정의

리프트에 애니메이션 효과를 주는 대상 끌기 미리 보기를 가져오기 위해 호출되는 메서드입니다.

[Foundation.Export("dragInteraction:previewForLiftingItem:session:")]
public virtual UIKit.UITargetedDragPreview GetPreviewForLiftingItem (UIKit.UIDragInteraction interaction, UIKit.UIDragItem item, UIKit.IUIDragSession session);
abstract member GetPreviewForLiftingItem : UIKit.UIDragInteraction * UIKit.UIDragItem * UIKit.IUIDragSession -> UIKit.UITargetedDragPreview
override this.GetPreviewForLiftingItem : UIKit.UIDragInteraction * UIKit.UIDragItem * UIKit.IUIDragSession -> UIKit.UITargetedDragPreview

매개 변수

interaction
UIDragInteraction

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

item
UIDragItem

미리 보기를 가져올 항목입니다.

session
IUIDragSession

끌기 세션입니다.

반환

특성

적용 대상