次の方法で共有


UICollectionViewDelegate_Extensions.ShouldHighlightItem メソッド

定義

指定した indexPath のセルがそれ自体を強調表示できるようにする必要があるかどうか。

public static bool ShouldHighlightItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member ShouldHighlightItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool

パラメーター

This
IUICollectionViewDelegate

この拡張メソッドが動作するインスタンス。

collectionView
UICollectionView

要求を開始したコレクション ビュー。

indexPath
NSIndexPath

戻り値

適用対象