ITextDataModel.DataBuffer Property

Definition

Gets the ITextBuffer that should be presented in the editor.

public:
 property Microsoft::VisualStudio::Text::ITextBuffer ^ DataBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public:
 property Microsoft::VisualStudio::Text::ITextBuffer ^ DataBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public Microsoft.VisualStudio.Text.ITextBuffer DataBuffer { get; }
member this.DataBuffer : Microsoft.VisualStudio.Text.ITextBuffer
Public ReadOnly Property DataBuffer As ITextBuffer

Property Value

The ITextBuffer that should be presented in the editor.

Remarks

This text buffer may be the same as the DocumentBuffer, or it may be a projection buffer whose ultimate source is the DocumentBuffer. The data buffer is the highest buffer that is shared among different views.

Applies to