HKQuery.GetPredicateForCategorySamples(NSPredicateOperatorType, nint) 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.
Creates and returns a predicate that can be used to check the value of a category sample.
[Foundation.Export("predicateForCategorySamplesWithOperatorType:value:")]
public static Foundation.NSPredicate GetPredicateForCategorySamples (Foundation.NSPredicateOperatorType operatorType, nint value);
static member GetPredicateForCategorySamples : Foundation.NSPredicateOperatorType * nint -> Foundation.NSPredicate
Parameters
- operatorType
- NSPredicateOperatorType
- value
- System.System.IntPtr System.nativeint
Returns
- Attributes