HKQueryAnchor.Create(nuint) 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 an anchor object for the specified anchor value. (Anchor values were used before iOS 9.0)
[Foundation.Export("anchorFromValue:")]
public static HealthKit.HKQueryAnchor Create (nuint value);
static member Create : nuint -> HealthKit.HKQueryAnchor
Parameters
- value
- System.System.UIntPtr System.unativeint
The anchor value, used before iOS 9.0, from which to construct an anchor object.
Returns
An anchor object for the specified anchor value. (Anchor values were used before iOS 9.0)
- Attributes