ITextViewModel::EditBuffer Property
Visual Studio 2015
Gets the ITextBuffer in which editing positions are tracked and to which edits are applied. All the text that appears in the view must reside in this buffer.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Property Value
Type: Microsoft.VisualStudio.Text::ITextBuffer^The ITextBuffer in which editing positions are tracked.
This text buffer may be the same as the DataBuffer, or it may be a projection buffer or elision buffer whose ultimate source is the data buffer.
Show: