ITextDataModel::DataBuffer Property
Visual Studio 2015
Gets the ITextBuffer that should be presented in the editor.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Property Value
Type: Microsoft.VisualStudio.Text::ITextBuffer^The ITextBuffer that should be presented in the editor.
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.
Show: