Share via


HKQueryAnchor.Create(UIntPtr) Method

Definition

Returns an anchor object for the specified anchor value. (Anchor values were used before iOS 9.0)

[Foundation.Export("anchorFromValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static HealthKit.HKQueryAnchor Create(UIntPtr value);
[<Foundation.Export("anchorFromValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : unativeint -> HealthKit.HKQueryAnchor

Parameters

value
UIntPtr

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