Share via


UIDragInteractionDelegate_Extensions.GetSessionForAddingItems 메서드

정의

여러 세션이 활성 상태일 때 항목을 추가할 세션을 명확하게 구분하기 위해 호출되는 메서드입니다.

public static UIKit.IUIDragSession GetSessionForAddingItems (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession[] sessions, CoreGraphics.CGPoint point);
static member GetSessionForAddingItems : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession[] * CoreGraphics.CGPoint -> UIKit.IUIDragSession

매개 변수

This
IUIDragInteractionDelegate

이 확장 메서드가 작동하는 인스턴스입니다.

interaction
UIDragInteraction

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

sessions
IUIDragSession[]

선택할 세션입니다.

point
CGPoint

보기의 좌표계에 있는 터치 포인트입니다.

반환

적용 대상