NSTextView.SetMarkedText Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- string
- NSObject
- selRange
- NSRange
Implémente
- Attributs
S’applique à
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
Paramètres
- text
- NSObject
- selectedRange
- NSRange
- replacementRange
- NSRange
- Attributs