INRideCompletionStatus.GetCompleted 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.
Overloads
| Name | Description |
|---|---|
| GetCompleted() | |
| GetCompleted(INRideFeedbackTypeOptions) |
GetCompleted()
[Foundation.Export("completed")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INRideCompletionStatus GetCompleted();
[<Foundation.Export("completed")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCompleted : unit -> Intents.INRideCompletionStatus
Returns
- Attributes
Applies to
GetCompleted(INRideFeedbackTypeOptions)
[Foundation.Export("completedWithOutstandingFeedbackType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INRideCompletionStatus GetCompleted(Intents.INRideFeedbackTypeOptions feedbackType);
[<Foundation.Export("completedWithOutstandingFeedbackType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetCompleted : Intents.INRideFeedbackTypeOptions -> Intents.INRideCompletionStatus
Parameters
- feedbackType
- INRideFeedbackTypeOptions
Returns
- Attributes