UIDropInteractionDelegate_Extensions.CanHandleSession Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true
if the specified interaction
can handle the specified session
.
public static bool CanHandleSession (this UIKit.IUIDropInteractionDelegate This, UIKit.UIDropInteraction interaction, UIKit.IUIDropSession session);
static member CanHandleSession : UIKit.IUIDropInteractionDelegate * UIKit.UIDropInteraction * UIKit.IUIDropSession -> bool
Parameters
The instance on which this extension method operates.
- interaction
- UIDropInteraction
The interaction to check.
- session
- IUIDropSession
The session to query.