UITabBarControllerDelegate.GetOperationForAcceptingItemsFromDropSession 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.
[Foundation.Export("tabBarController:tab:operationForAcceptingItemsFromDropSession:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIDropOperation GetOperationForAcceptingItemsFromDropSession(UIKit.UITabBarController tabBarController, UIKit.UITab tab, UIKit.IUIDropSession session);
[<Foundation.Export("tabBarController:tab:operationForAcceptingItemsFromDropSession:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetOperationForAcceptingItemsFromDropSession : UIKit.UITabBarController * UIKit.UITab * UIKit.IUIDropSession -> UIKit.UIDropOperation
override this.GetOperationForAcceptingItemsFromDropSession : UIKit.UITabBarController * UIKit.UITab * UIKit.IUIDropSession -> UIKit.UIDropOperation
Parameters
- tabBarController
- UITabBarController
- tab
- UITab
- session
- IUIDropSession
Returns
Implements
- Attributes