Share via


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)

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 that should be presented in the editor.

Remarks

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.

.NET Framework Security

See Also

Reference

ITextDataModel Interface

Microsoft.VisualStudio.Text Namespace