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)

property ITextBuffer^ TextBuffer {
	ITextBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The text buffer.

Return to top
Show: