UICollectionViewDelegate.CanPerformAction Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Indica se questo UICollectionViewDelegate può eseguire l'azione specificata su un elemento in 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
Parametri
- collectionView
- UICollectionView
Visualizzazione raccolta che ha originato la richiesta.
- action
- Selector
- indexPath
- NSIndexPath
- sender
- NSObject
Restituisce
- Attributi