Share via


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)

Syntax

'Declaration
ReadOnly Property DataBuffer As ITextBuffer
ITextBuffer DataBuffer { get; }
property ITextBuffer^ DataBuffer {
    ITextBuffer^ get ();
}
abstract DataBuffer : ITextBuffer
function get DataBuffer () : ITextBuffer

Property Value

Type: Microsoft.VisualStudio.Text.ITextBuffer
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.

.NET Framework Security

See Also

Reference

ITextViewModel Interface

Microsoft.VisualStudio.Text.Editor Namespace