ITextViewModel.DataBuffer Property

Definition

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.

Applies to