Replaces text.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Replace( int offset, int length, ITextSource text )
Public Sub Replace ( _ offset As Integer, _ length As Integer, _ text As ITextSource _ )
public: virtual void Replace( int offset, int length, ITextSource^ text ) sealed
Parameters
- offset (Int32)
- The starting offset of the text to be replaced.
- length (Int32)
- The length of the text to be replaced.
- text (ITextSource)
- The new text.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238