Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.