CLSDataStore.FindContextsMatching 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FindContextsMatching(String[], Action<CLSContext[],NSError>) |
식별자 경로 집합으로 식별된 컨텍스트를 처리기에 전달합니다. |
FindContextsMatching(NSPredicate, Action<CLSContext[],NSError>) |
제공된 |
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>
검색 결과를 수신하는 처리기입니다.
- 특성