NSTextView.SetMarkedText 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.
Sobrecargas
SetMarkedText(NSObject, NSRange) | |
SetMarkedText(NSObject, NSRange, NSRange) |
SetMarkedText(NSObject, NSRange)
[Foundation.Export("setMarkedText:selectedRange:")]
public virtual void SetMarkedText (Foundation.NSObject string, Foundation.NSRange selRange);
abstract member SetMarkedText : Foundation.NSObject * Foundation.NSRange -> unit
override this.SetMarkedText : Foundation.NSObject * Foundation.NSRange -> unit
Parâmetros
- string
- NSObject
- selRange
- NSRange
Implementações
- Atributos
Aplica-se a
SetMarkedText(NSObject, NSRange, NSRange)
[Foundation.Export("setMarkedText:selectedRange:replacementRange:")]
public virtual void SetMarkedText (Foundation.NSObject text, Foundation.NSRange selectedRange, Foundation.NSRange replacementRange);
abstract member SetMarkedText : Foundation.NSObject * Foundation.NSRange * Foundation.NSRange -> unit
override this.SetMarkedText : Foundation.NSObject * Foundation.NSRange * Foundation.NSRange -> unit
Parâmetros
- text
- NSObject
- selectedRange
- NSRange
- replacementRange
- NSRange
- Atributos