Поделиться через


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>

Обработчик, получающий результаты поиска.

Атрибуты

Применяется к