CLSDataStore.FindContextsMatchingAsync 方法

定义

重载

FindContextsMatchingAsync(NSPredicate)

搜索与提供的 predicate 匹配的 上下文,并返回包含结果的任务。

FindContextsMatchingAsync(String[])

查找由一组标识符路径标识的上下文,并返回包含 reult 的任务。

FindContextsMatchingAsync(NSPredicate)

搜索与提供的 predicate 匹配的 上下文,并返回包含结果的任务。

public virtual System.Threading.Tasks.Task<ClassKit.CLSContext[]> FindContextsMatchingAsync (Foundation.NSPredicate predicate);
abstract member FindContextsMatchingAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task<ClassKit.CLSContext[]>
override this.FindContextsMatchingAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task<ClassKit.CLSContext[]>

参数

predicate
NSPredicate

搜索谓词。

返回

包含搜索结果的任务

适用于

FindContextsMatchingAsync(String[])

查找由一组标识符路径标识的上下文,并返回包含 reult 的任务。

public virtual System.Threading.Tasks.Task<ClassKit.CLSContext[]> FindContextsMatchingAsync (string[] identifierPath);
abstract member FindContextsMatchingAsync : string[] -> System.Threading.Tasks.Task<ClassKit.CLSContext[]>
override this.FindContextsMatchingAsync : string[] -> System.Threading.Tasks.Task<ClassKit.CLSContext[]>

参数

identifierPath
String[]

要查找的上下文的标识符路径。

返回

包含搜索结果的任务

适用于