UICollectionViewSource.GetContextMenuConfiguration 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.
Overloads
| Name | Description |
|---|---|
| GetContextMenuConfiguration(UICollectionView, NSIndexPath, CGPoint) | |
| GetContextMenuConfiguration(UICollectionView, NSIndexPath[], CGPoint) |
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