UIDropInteractionDelegate.SessionDidEnd 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫的方法,可讓開發人員釋放已完成卸載會話的所有資源。
[Foundation.Export("dropInteraction:sessionDidEnd:")]
public virtual void SessionDidEnd (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.SessionDidEnd : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
參數
- interaction
- UIDropInteraction
發出要求的互動。
- session
- IUIDropSession
結束的會話。
- 屬性