다음을 통해 공유


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>

검색 결과를 수신하는 처리기입니다.

특성

적용 대상