CLSDataStore.FindContextsMatchingAsync Metodo

Definizione

Overload

FindContextsMatchingAsync(NSPredicate)

Cerca un contesto corrispondente all'oggetto predicate fornito e restituisce un'attività contenente il risultato.

FindContextsMatchingAsync(String[])

Trova i contesti identifed da un set di percorsi di identificatore e restituisce un'attività contenente le reults.

FindContextsMatchingAsync(NSPredicate)

Cerca un contesto corrispondente all'oggetto predicate fornito e restituisce un'attività contenente il risultato.

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

Parametri

predicate
NSPredicate

Predicato di ricerca.

Restituisce

Attività che contiene i risultati della ricerca

Si applica a

FindContextsMatchingAsync(String[])

Trova i contesti identifed da un set di percorsi di identificatore e restituisce un'attività contenente le reults.

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

Parametri

identifierPath
String[]

Percorsi di identificatore per i contesti da trovare.

Restituisce

Attività che contiene i risultati della ricerca

Si applica a