IEditorOperations::ReplaceText Method (Span, String^)
Visual Studio 2015
Replaces text from the specified span with the specified text.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- replaceSpan
-
Type:
Microsoft.VisualStudio.Text::Span
The span of text to be replaced.
- text
-
Type:
System::String^
The new text.
Show: