ITextViewModel.EditBuffer Property

Definition

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.

Applies to