UIDropInteractionDelegate_Extensions.CanHandleSession 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果指定的 interaction
可以處理指定的 session
,則傳 true
回 。
public static bool CanHandleSession (this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member CanHandleSession : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool
參數
這個擴充方法運作所在的 實例。
- interaction
- UIDropInteraction
要檢查的互動。
- session
- IUIDropSession
要查詢的會話。