CLSDataStore.FindContextsMatchingAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FindContextsMatchingAsync(NSPredicate) |
搜尋符合所提供 |
FindContextsMatchingAsync(String[]) |
尋找由一組識別碼路徑所識別的內容,並傳回包含重新乘法的工作。 |
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[])
尋找由一組識別碼路徑所識別的內容,並傳回包含重新乘法的工作。
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[]>
包含搜尋結果的工作