HKHealthStore.GetWheelchairUse(NSError) Method

Definition

Attempts to return the wheelchair use for the user, and reports any errors that it encounters in the out parameter, error.

[Foundation.Export("wheelchairUseWithError:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual HealthKit.HKWheelchairUseObject GetWheelchairUse (out Foundation.NSError error);
abstract member GetWheelchairUse :  -> HealthKit.HKWheelchairUseObject
override this.GetWheelchairUse :  -> HealthKit.HKWheelchairUseObject

Parameters

error
NSError

Returns

Attributes

Applies to