Share via


UICollectionViewSource.GetContextMenuConfiguration Method

Definition

Overloads

GetContextMenuConfiguration(UICollectionView, NSIndexPath, CGPoint)

[Foundation.Export("collectionView:contextMenuConfigurationForItemAtIndexPath:point:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIContextMenuConfiguration? GetContextMenuConfiguration(UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath, CoreGraphics.CGPoint point);
[<Foundation.Export("collectionView:contextMenuConfigurationForItemAtIndexPath:point:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetContextMenuConfiguration : UIKit.UICollectionView * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration
override this.GetContextMenuConfiguration : UIKit.UICollectionView * Foundation.NSIndexPath * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration

Parameters

collectionView
UICollectionView
indexPath
NSIndexPath
point
CGPoint

Returns

Implements

Attributes

Applies to

GetContextMenuConfiguration(UICollectionView, NSIndexPath[], CGPoint)

[Foundation.Export("collectionView:contextMenuConfigurationForItemsAtIndexPaths:point:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIContextMenuConfiguration? GetContextMenuConfiguration(UIKit.UICollectionView collectionView, Foundation.NSIndexPath[] indexPaths, CoreGraphics.CGPoint point);
[<Foundation.Export("collectionView:contextMenuConfigurationForItemsAtIndexPaths:point:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetContextMenuConfiguration : UIKit.UICollectionView * Foundation.NSIndexPath[] * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration
override this.GetContextMenuConfiguration : UIKit.UICollectionView * Foundation.NSIndexPath[] * CoreGraphics.CGPoint -> UIKit.UIContextMenuConfiguration

Parameters

collectionView
UICollectionView
indexPaths
NSIndexPath[]
point
CGPoint

Returns

Implements

Attributes

Applies to