Share via


UITabBarControllerSidebarDelegate.GetItemsForAddingToDragSession Method

Definition

[Foundation.Export("tabBarController:sidebar:itemsForAddingToDragSession:tab:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIDragItem[] GetItemsForAddingToDragSession(UIKit.UITabBarController tabBarController, UIKit.UITabBarControllerSidebar sidebar, UIKit.IUIDragSession dragSession, UIKit.UITab tab);
[<Foundation.Export("tabBarController:sidebar:itemsForAddingToDragSession:tab:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetItemsForAddingToDragSession : UIKit.UITabBarController * UIKit.UITabBarControllerSidebar * UIKit.IUIDragSession * UIKit.UITab -> UIKit.UIDragItem[]
override this.GetItemsForAddingToDragSession : UIKit.UITabBarController * UIKit.UITabBarControllerSidebar * UIKit.IUIDragSession * UIKit.UITab -> UIKit.UIDragItem[]

Parameters

tabBarController
UITabBarController
dragSession
IUIDragSession
tab
UITab

Returns

Implements

Attributes

Applies to