NSFetchedResultsController.ObjectAt(NSIndexPath) 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 the obect that is located at the specified index path
.
[Foundation.Export("objectAtIndexPath:")]
public virtual Foundation.NSObject ObjectAt (Foundation.NSIndexPath path);
abstract member ObjectAt : Foundation.NSIndexPath -> Foundation.NSObject
override this.ObjectAt : Foundation.NSIndexPath -> Foundation.NSObject
Parameters
- path
- NSIndexPath
Returns
- Attributes