NSTextView.ReplaceCharactersInRangewithString(NSRange, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[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
Parâmetros
- range
- NSRange
- str
- String
Implementações
- Atributos