UITextView.InsertText 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.
Overloads
| Name | Description |
|---|---|
| InsertText(String) |
Inserts text at the cursor. |
| InsertText(String, String[], UITextAlternativeStyle) |
InsertText(String)
Inserts text at the cursor.
[Foundation.Export("insertText:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertText(string text);
[<Foundation.Export("insertText:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertText : string -> unit
override this.InsertText : string -> unit
Parameters
- text
- String
Implements
- Attributes
Applies to
InsertText(String, String[], UITextAlternativeStyle)
[Foundation.Export("insertText:alternatives:style:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertText(string text, string[] alternatives, UIKit.UITextAlternativeStyle style);
[<Foundation.Export("insertText:alternatives:style:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertText : string * string[] * UIKit.UITextAlternativeStyle -> unit
override this.InsertText : string * string[] * UIKit.UITextAlternativeStyle -> unit
Parameters
- text
- String
- alternatives
- String[]
- style
- UITextAlternativeStyle
Implements
- Attributes