UIDropInteractionDelegate.CanHandleSession 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果指定的 interaction
可以處理指定的 session
,則傳 true
回 。
[Foundation.Export("dropInteraction:canHandleSession:")]
public virtual bool CanHandleSession (UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
abstract member CanHandleSession : UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool
override this.CanHandleSession : UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool
參數
- interaction
- UIDropInteraction
要檢查的互動。
- session
- IUIDropSession
要查詢的會話。
傳回
- 屬性