IEditorOperations::InsertProvisionalText Method (String^)
Visual Studio 2015
Inserts the given text at the current caret position as provisional text.
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. |
Provisional text is automatically replaced by subsequent InsertText or InsertProvisionalText calls.
Show: