UIDropInteractionDelegate.PerformDrop 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呼叫以從卸載會話中的專案提供者取用資料的方法。
[Foundation.Export("dropInteraction:performDrop:")]
public virtual void PerformDrop (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member PerformDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
override this.PerformDrop : UIKit.UIDropInteraction * UIKit.IUIDropSession -> unit
參數
- interaction
- UIDropInteraction
發出要求的互動。
- session
- IUIDropSession
包含要卸載之專案的會話。
- 屬性