IEditorOperations::ReplaceSelection Method (String^)
Visual Studio 2015
Replaces the text selection with the specified text.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- text
-
Type:
System::String^
The text to use as a replacement.
| Exception | Condition |
|---|---|
| ArgumentNullException | text is null. |
Show: