ITextView.TextBuffer Property
Gets the ITextBuffer whose text is rendered in this view.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
‘선언
ReadOnly Property TextBuffer As ITextBuffer
ITextBuffer TextBuffer { get; }
property ITextBuffer^ TextBuffer {
ITextBuffer^ get ();
}
abstract TextBuffer : ITextBuffer
function get TextBuffer () : ITextBuffer
Property Value
Type: Microsoft.VisualStudio.Text.ITextBuffer
The text buffer.
.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.