UICollectionViewController.ShouldHighlightItem 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
是否應該反白顯示指定的專案。
[Foundation.Export("collectionView:shouldHighlightItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldHighlightItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldHighlightItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldHighlightItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
參數
- collectionView
- UICollectionView
由這個檢視控制器管理的集合檢視。
- indexPath
- NSIndexPath
受影響專案的索引路徑。
傳回
true
如果專案應該反白顯示, false
則傳回 ,否則傳回 。
- 屬性