HKQuery.GetPredicateForObjectsFromDevices(NSSet<HKDevice>) 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.
Returns a predicate that matches objects for activities from the specified devices.
[Foundation.Export("predicateForObjectsFromDevices:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static Foundation.NSPredicate GetPredicateForObjectsFromDevices (Foundation.NSSet<HealthKit.HKDevice> devices);
static member GetPredicateForObjectsFromDevices : Foundation.NSSet<HealthKit.HKDevice> -> Foundation.NSPredicate
Parameters
Returns
- Attributes