NSTextView.ReplaceCharactersInRangewithString(NSRange, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
[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
Parametri
- range
- NSRange
- str
- String
Implementazioni
- Attributi