共用方式為


CLSDataStore.FindContextsMatchingAsync 方法

定義

多載

FindContextsMatchingAsync(NSPredicate)

搜尋符合所提供 predicate 的內容,並傳回包含結果的工作。

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

搜尋述詞。

傳回

包含搜尋結果的工作

適用於

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[]

要尋找之內容的識別碼路徑。

傳回

包含搜尋結果的工作

適用於