Share via


NSTextView.ReplaceCharactersInRangewithString(NSRange, String) 方法

定义

[Foundation.Export("replaceCharactersInRange:withString:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ReplaceCharactersInRangewithString (Foundation.NSRange range, string str);
abstract member ReplaceCharactersInRangewithString : Foundation.NSRange * string -> unit
override this.ReplaceCharactersInRangewithString : Foundation.NSRange * string -> unit

参数

range
NSRange
str
String

实现

属性

适用于