共用方式為


CLSDataStore.FindContextsMatching 方法

定義

多載

FindContextsMatching(String[], Action<CLSContext[],NSError>)

將一組識別碼路徑所識別的內容傳遞至處理常式。

FindContextsMatching(NSPredicate, Action<CLSContext[],NSError>)

搜尋符合所提供 predicate 的內容,並在作業完成時將其傳遞至處理常式。

FindContextsMatching(String[], Action<CLSContext[],NSError>)

將一組識別碼路徑所識別的內容傳遞至處理常式。

[Foundation.Export("contextsMatchingIdentifierPath:completion:")]
public virtual void FindContextsMatching (string[] identifierPath, Action<ClassKit.CLSContext[],Foundation.NSError> completion);
abstract member FindContextsMatching : string[] * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit
override this.FindContextsMatching : string[] * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit

參數

identifierPath
String[]

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

completion
Action<CLSContext[],NSError>

接收搜尋結果的處理常式。

屬性

適用於

FindContextsMatching(NSPredicate, Action<CLSContext[],NSError>)

搜尋符合所提供 predicate 的內容,並在作業完成時將其傳遞至處理常式。

[Foundation.Export("contextsMatchingPredicate:completion:")]
public virtual void FindContextsMatching (Foundation.NSPredicate predicate, Action<ClassKit.CLSContext[],Foundation.NSError> completion);
abstract member FindContextsMatching : Foundation.NSPredicate * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit
override this.FindContextsMatching : Foundation.NSPredicate * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit

參數

predicate
NSPredicate

搜尋述詞。

completion
Action<CLSContext[],NSError>

接收搜尋結果的處理常式。

屬性

適用於