ITextDataModel::DataBuffer Property

 

Gets the ITextBuffer that should be presented in the editor.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

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

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.

Return to top
Show: