UIDragInteractionDelegate_Extensions.SessionDidEnd 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
拖曳會話結束時所呼叫的方法。
public static void SessionDidEnd (this UIKit.IUIDragInteractionDelegate This, UIKit.UIDragInteraction interaction, UIKit.IUIDragSession session, UIKit.UIDropOperation operation);
static member SessionDidEnd : UIKit.IUIDragInteractionDelegate * UIKit.UIDragInteraction * UIKit.IUIDragSession * UIKit.UIDropOperation -> unit
參數
這個擴充方法運作所在的實例。
- interaction
- UIDragInteraction
發出要求的互動。
- session
- IUIDragSession
結束的會話。
- operation
- UIDropOperation
產生的拖放作業。