次の方法で共有


UICollectionViewController.ShouldHighlightItem メソッド

定義

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

[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 返します。

属性

適用対象