ITextViewModel.EditBuffer Property
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.
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.
public:
property Microsoft::VisualStudio::Text::ITextBuffer ^ EditBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextBuffer ^ EditBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public Microsoft.VisualStudio.Text.ITextBuffer EditBuffer { get; }
member this.EditBuffer : Microsoft.VisualStudio.Text.ITextBuffer
Public ReadOnly Property EditBuffer As ITextBuffer
Property Value
The ITextBuffer in which editing positions are tracked.
Remarks
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.