Share via


NSTextView.InsertCompletion(String, NSRange, nint, Boolean) 方法

定义

[Foundation.Export("insertCompletion:forPartialWordRange:movement:isFinal:")]
public virtual void InsertCompletion (string completion, Foundation.NSRange partialWordCharRange, nint movement, bool isFinal);
abstract member InsertCompletion : string * Foundation.NSRange * nint * bool -> unit
override this.InsertCompletion : string * Foundation.NSRange * nint * bool -> unit

参数

completion
String
partialWordCharRange
NSRange
movement
System.System.IntPtr System.nativeint
isFinal
Boolean
属性

适用于