다음을 통해 공유


UICollectionViewDelegate.PerformAction 메서드

정의

UICollectionView의 항목에 대해 지정된 작업을 수행합니다.

[Foundation.Export("collectionView:performAction:forItemAtIndexPath:withSender:")]
public virtual void PerformAction (UIKit.UICollectionView collectionView, ObjCRuntime.Selector action, Foundation.NSIndexPath indexPath, Foundation.NSObject sender);
abstract member PerformAction : UIKit.UICollectionView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> unit
override this.PerformAction : UIKit.UICollectionView * ObjCRuntime.Selector * Foundation.NSIndexPath * Foundation.NSObject -> unit

매개 변수

collectionView
UICollectionView

요청을 시작한 컬렉션 뷰입니다.

action
Selector
indexPath
NSIndexPath
sender
NSObject
특성

적용 대상