UICollectionView.GetIndexPathsForSelectedItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of NSIndexPaths indicating which cells are currently selected.
[Foundation.Export("indexPathsForSelectedItems")]
public virtual Foundation.NSIndexPath[] GetIndexPathsForSelectedItems ();
abstract member GetIndexPathsForSelectedItems : unit -> Foundation.NSIndexPath[]
override this.GetIndexPathsForSelectedItems : unit -> Foundation.NSIndexPath[]
Returns
An array containing zero or more NSIndexPaths.
- Attributes