Share via


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

반환

특성

적용 대상