Share via


UITabBarControllerDelegate.GetOperationForAcceptingItemsFromDropSession Method

Definition

[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

Applies to