次の方法で共有


UICollectionViewDelegate.ShouldHighlightItem メソッド

定義

追跡中に指定した項目を強調表示する必要があるかどうか。

[Foundation.Export("collectionView:shouldHighlightItemAtIndexPath:")]
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

戻り値

属性

適用対象