UICollectionViewDelegate.CanPerformAction メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この UICollectionViewDelegate が UICollectionView 内のアイテムに対して指定されたアクションを実行できるかどうか。
[Foundation.Export("collectionView:canPerformAction:forItemAtIndexPath:withSender:")]
public virtual bool CanPerformAction (UIKit.UICollectionView collectionView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender);
abstract member CanPerformAction : UIKit.UICollectionView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> bool
override this.CanPerformAction : UIKit.UICollectionView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> bool
パラメーター
- collectionView
- UICollectionView
要求を開始したコレクション ビュー。
- action
- Selector
- indexPath
- NSIndexPath
- sender
- NSObject
戻り値
- 属性