Sdílet prostřednictvím


UICollectionViewController.GetSelectionFollowsFocusForItem Method

Definition

[Foundation.Export("collectionView:selectionFollowsFocusForItemAtIndexPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool GetSelectionFollowsFocusForItem(UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
[<Foundation.Export("collectionView:selectionFollowsFocusForItemAtIndexPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSelectionFollowsFocusForItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.GetSelectionFollowsFocusForItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parameters

collectionView
UICollectionView
indexPath
NSIndexPath

Returns

Implements

Attributes

Applies to