Share via


IUICollectionViewDelegate.GetPreviewForHighlightingContextMenu Method

Definition

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

Parameters

collectionView
UICollectionView

Returns

Attributes

Applies to