ITextViewModel::DataBuffer Property

 

Represents the ITextBuffer for the data level.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property ITextBuffer^ DataBuffer {
	ITextBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

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.

Return to top
Show: