次の方法で共有


UICollectionViewController.ShouldDeselectItem メソッド

定義

指定した項目の選択を解除するかどうかを指定します。

[Foundation.Export("collectionView:shouldDeselectItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldDeselectItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldDeselectItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldDeselectItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

パラメーター

collectionView
UICollectionView

このビュー コントローラーによって管理されるコレクション ビュー。

indexPath
NSIndexPath

影響を受ける項目のインデックス パス。

戻り値

項目の選択を true 解除する必要がある場合は 、選択されていない場合は を false 返します。

属性

適用対象