次の方法で共有


UICollectionViewController.ItemHighlighted メソッド

定義

セルが強調表示されていることを示します。

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

パラメーター

collectionView
UICollectionView

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

indexPath
NSIndexPath

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

属性

適用対象