Share via


NSText.ReplaceWithRtf(NSRange, NSData) Method

Definition

[Foundation.Export("replaceCharactersInRange:withRTF:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ReplaceWithRtf(Foundation.NSRange range, Foundation.NSData rtfData);
[<Foundation.Export("replaceCharactersInRange:withRTF:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReplaceWithRtf : Foundation.NSRange * Foundation.NSData -> unit
override this.ReplaceWithRtf : Foundation.NSRange * Foundation.NSData -> unit

Parameters

range
NSRange
rtfData
NSData
Attributes

Applies to