CLSDataStore.FindContextsMatchingAsync Methode

Definition

Überlädt

Name Beschreibung
FindContextsMatchingAsync(NSPredicate)

Sucht nach einem Kontext, der dem angegebenen predicate Entspricht, und gibt eine Aufgabe zurück, die das Ergebnis enthält.

FindContextsMatchingAsync(String[])

Sucht die durch einen Satz von Bezeichnerpfaden identifizierten Kontexte und gibt eine Aufgabe zurück, die die Ergebnisse enthält.

FindContextsMatchingAsync(NSPredicate)

Sucht nach einem Kontext, der dem angegebenen predicate Entspricht, und gibt eine Aufgabe zurück, die das Ergebnis enthält.

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

Parameter

predicate
NSPredicate

Das Such-Prädikat.

Gibt zurück

Eine Aufgabe, die die Suchergebnisse enthält

Attribute

Gilt für:

FindContextsMatchingAsync(String[])

Sucht die durch einen Satz von Bezeichnerpfaden identifizierten Kontexte und gibt eine Aufgabe zurück, die die Ergebnisse enthält.

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

Parameter

identifierPath
String[]

Die Bezeichnerpfade für die zu findenden Kontexte.

Gibt zurück

Eine Aufgabe, die die Suchergebnisse enthält

Attribute

Gilt für: