다음을 통해 공유


NSCollectionViewDelegate_Extensions.CanDragItems 메서드

정의

오버로드

CanDragItems(INSCollectionViewDelegate, NSCollectionView, NSIndexSet, NSEvent)
CanDragItems(INSCollectionViewDelegate, NSCollectionView, NSSet, NSEvent)

CanDragItems(INSCollectionViewDelegate, NSCollectionView, NSIndexSet, NSEvent)

public static bool CanDragItems (this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, Foundation.NSIndexSet indexes, AppKit.NSEvent evt);
static member CanDragItems : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * Foundation.NSIndexSet * AppKit.NSEvent -> bool

매개 변수

collectionView
NSCollectionView
indexes
NSIndexSet
evt
NSEvent

반환

적용 대상

CanDragItems(INSCollectionViewDelegate, NSCollectionView, NSSet, NSEvent)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CanDragItems (this AppKit.INSCollectionViewDelegate This, AppKit.NSCollectionView collectionView, Foundation.NSSet indexPaths, AppKit.NSEvent theEvent);
static member CanDragItems : AppKit.INSCollectionViewDelegate * AppKit.NSCollectionView * Foundation.NSSet * AppKit.NSEvent -> bool

매개 변수

collectionView
NSCollectionView
indexPaths
NSSet
theEvent
NSEvent

반환

특성

적용 대상