ITextDataModel.DataBuffer 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.
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.