CLSDataStore.FindContextsMatchingAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
FindContextsMatchingAsync(NSPredicate) |
搜索与提供的 |
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
搜索谓词。
返回
Task<CLSContext[]>
包含搜索结果的任务
适用于
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[]
要查找的上下文的标识符路径。
返回
Task<CLSContext[]>
包含搜索结果的任务