IEditorOperations::InsertText Method (String^)
Visual Studio 2015
Inserts the given text at the current caret position.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- text
-
Type:
System::String^
The text to be inserted in the buffer.
| Exception | Condition |
|---|---|
| ArgumentNullException | text is null. |
Show: