CLSDataStore.FindContextsMatchingAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| FindContextsMatchingAsync(NSPredicate) |
Sucht nach einem Kontext, der dem angegebenen |
| 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