ITextViewModel.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.
Represents the ITextBuffer for the data level. The data level text buffer is the highest buffer in the graph that is shared across multiple views and is therefore the base of the view model.
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 for the data level.
Remarks
The data level text buffer is the highest buffer in the graph that is shared across multiple views and is therefore the base of the view model.