EditSpan Constructor (TextSpan, String^)
Visual Studio 2015
Initializes a new instance of the EditSpan class.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- toReplace
-
Type:
Microsoft.VisualStudio.TextManager.Interop::TextSpan
[in] A TextSpan object describing the span to affect.
- insertText
-
Type:
System::String^
[in] The text to insert/replace.
See the Remarks section of the EditSpan class for a description of how to specify the different edit operations.
Show: