TextEdit(TextRange, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public TextEdit (Microsoft.VisualStudio.Extensibility.Editor.TextRange range, string text);
new Microsoft.VisualStudio.Extensibility.Editor.TextEdit : Microsoft.VisualStudio.Extensibility.Editor.TextRange * string -> Microsoft.VisualStudio.Extensibility.Editor.TextEdit
Public Sub New (range As TextRange, text As String)
Parameters
- range
- TextRange
- text
- String