Share via


NSCollectionViewDelegateFlowLayout.ShouldSelectItems Method

Definition

[Foundation.Export("collectionView:shouldSelectItemsAtIndexPaths:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSSet ShouldSelectItems(AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths);
[<Foundation.Export("collectionView:shouldSelectItemsAtIndexPaths:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldSelectItems : AppKit.NSCollectionView * Foundation.NSSet -> Foundation.NSSet
override this.ShouldSelectItems : AppKit.NSCollectionView * Foundation.NSSet -> Foundation.NSSet

Parameters

collectionView
NSCollectionView
indexPaths
NSSet

Returns

Implements

Attributes

Applies to