Share via


NSSpellChecker.ShowInlinePrediction Method

Definition

[Foundation.Export("showInlinePredictionForCandidates:client:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ShowInlinePrediction(Foundation.NSTextCheckingResult[] candidates, AppKit.INSTextInputClient client);
[<Foundation.Export("showInlinePredictionForCandidates:client:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowInlinePrediction : Foundation.NSTextCheckingResult[] * AppKit.INSTextInputClient -> unit
override this.ShowInlinePrediction : Foundation.NSTextCheckingResult[] * AppKit.INSTextInputClient -> unit

Parameters

candidates
NSTextCheckingResult[]
Attributes

Applies to