共用方式為


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

受影響專案的索引路徑。

屬性

適用於