IUITextInput.SetMarkedText(String, NSRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the marked text and marks it as the current selection.
[Foundation.Export("setMarkedText:selectedRange:")]
[Foundation.Preserve(Conditional=true)]
public void SetMarkedText (string markedText, Foundation.NSRange selectedRange);
abstract member SetMarkedText : string * Foundation.NSRange -> unit
Parameters
- markedText
- String
Text that is to be marked.
- selectedRange
- NSRange
An NSRange object indicating the range of a document's text.
- Attributes