Share via


INIntegerResolutionResult.GetSuccess(IntPtr) Method

Definition

Factory method to create an INIntentResolutionResult object indicating that the parameter value was successfully matched.

[Foundation.Export("successWithResolvedValue:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static Intents.INIntegerResolutionResult GetSuccess(IntPtr resolvedValue);
[<Foundation.Export("successWithResolvedValue:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetSuccess : nativeint -> Intents.INIntegerResolutionResult

Parameters

resolvedValue
IntPtr

nativeint

Returns

Attributes

Applies to