Share via


NSFetchedResultsController.PerformFetch(NSError) 方法

定义

执行接收方的提取请求,并存储指定 out 参数中发生的任何错误。

[Foundation.Export("performFetch:")]
public virtual bool PerformFetch (out Foundation.NSError error);
abstract member PerformFetch :  -> bool
override this.PerformFetch :  -> bool

参数

error
NSError

返回

属性

适用于