次の方法で共有


UICollectionViewSource.CanFocusItem(UICollectionView, NSIndexPath) メソッド

定義

の項目 indexPath にフォーカスを合わせるかどうか。

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

パラメーター

collectionView
UICollectionView

UICollectionView に関連付 thisけられています。

indexPath
NSIndexPath

NSIndexPathチェック対象のアイテムの 。

戻り値

項目に true フォーカスを設定できる場合は を返します。

属性

適用対象