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

受影响项的索引路径。

属性

适用于