Share via


IUICollectionViewDelegate.GetContextMenuConfigurationHighlightPreview Method

Definition

[Foundation.Export("collectionView:contextMenuConfiguration:highlightPreviewForItemAtIndexPath:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITargetedPreview? GetContextMenuConfigurationHighlightPreview(UIKit.UICollectionView collectionView, UIKit.UIContextMenuConfiguration configuration, Foundation.NSIndexPath indexPath);
[<Foundation.Export("collectionView:contextMenuConfiguration:highlightPreviewForItemAtIndexPath:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetContextMenuConfigurationHighlightPreview : UIKit.UICollectionView * UIKit.UIContextMenuConfiguration * Foundation.NSIndexPath -> UIKit.UITargetedPreview
override this.GetContextMenuConfigurationHighlightPreview : UIKit.UICollectionView * UIKit.UIContextMenuConfiguration * Foundation.NSIndexPath -> UIKit.UITargetedPreview

Parameters

collectionView
UICollectionView
indexPath
NSIndexPath

Returns

Attributes

Applies to