次の方法で共有


UICollectionViewController.ItemSelected(UICollectionView, NSIndexPath) メソッド

定義

セルが選択されていることを示します。

[Foundation.Export("collectionView:didSelectItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ItemSelected (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ItemSelected : UIKit.UICollectionView * Foundation.NSIndexPath -> unit
override this.ItemSelected : UIKit.UICollectionView * Foundation.NSIndexPath -> unit

パラメーター

collectionView
UICollectionView

このビュー コントローラーによって管理されるコレクション ビュー。

indexPath
NSIndexPath

影響を受ける項目のインデックス パス。

属性

適用対象