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
'宣言
ReadOnly Property DataBuffer As ITextBuffer
Get
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
- 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.