Share via


NSTextContentManager.ReplaceContents(NSTextRange, NSTextElement[]) Method

Definition

[Foundation.Export("replaceContentsInRange:withTextElements:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceContents(AppKit.NSTextRange range, AppKit.NSTextElement[]? textElements);
[<Foundation.Export("replaceContentsInRange:withTextElements:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceContents : AppKit.NSTextRange * AppKit.NSTextElement[] -> unit
override this.ReplaceContents : AppKit.NSTextRange * AppKit.NSTextElement[] -> unit

Parameters

range
NSTextRange
textElements
NSTextElement[]

Implements

Attributes

Applies to