UICollectionViewDelegate_Extensions.CanFocusItem メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の項目 indexPath
にフォーカスを合わせるかどうか。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CanFocusItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member CanFocusItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool
パラメーター
この拡張メソッドが動作するインスタンス。
- collectionView
- UICollectionView
は UICollectionView に関連付 this
けられています。
- indexPath
- NSIndexPath
NSIndexPathチェック対象のアイテムの 。
戻り値
項目に true
フォーカスを設定できる場合は を返します。
- 属性
注釈
このメソッドが実装されていない場合は、アイテムの CanBecomeFocused プロパティがチェックされます。