CLSDataStore.FindContextsMatching Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| FindContextsMatching(String[], Action<CLSContext[],NSError>) | |
| FindContextsMatching(NSPredicate, Action<CLSContext[],NSError>) |
FindContextsMatching(String[], Action<CLSContext[],NSError>)
[Foundation.Export("contextsMatchingIdentifierPath:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FindContextsMatching(string[] identifierPath, Action<ClassKit.CLSContext[],Foundation.NSError> completion);
[<Foundation.Export("contextsMatchingIdentifierPath:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindContextsMatching : string[] * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit
override this.FindContextsMatching : string[] * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit
Parameters
- identifierPath
- String[]
- completion
- Action<CLSContext[],NSError>
- Attributes
Applies to
FindContextsMatching(NSPredicate, Action<CLSContext[],NSError>)
[Foundation.Export("contextsMatchingPredicate:completion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FindContextsMatching(Foundation.NSPredicate predicate, Action<ClassKit.CLSContext[],Foundation.NSError> completion);
[<Foundation.Export("contextsMatchingPredicate:completion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindContextsMatching : Foundation.NSPredicate * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit
override this.FindContextsMatching : Foundation.NSPredicate * Action<ClassKit.CLSContext[], Foundation.NSError> -> unit
Parameters
- predicate
- NSPredicate
- completion
- Action<CLSContext[],NSError>
- Attributes