HKQueryAnchor.Create(nuint) Method

Definition

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

Applies to