ITextViewModel.VisualBuffer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ITextBuffer whose contents should be presented in the editor.
public:
property Microsoft::VisualStudio::Text::ITextBuffer ^ VisualBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public:
property Microsoft::VisualStudio::Text::ITextBuffer ^ VisualBuffer { Microsoft::VisualStudio::Text::ITextBuffer ^ get(); };
public Microsoft.VisualStudio.Text.ITextBuffer VisualBuffer { get; }
member this.VisualBuffer : Microsoft.VisualStudio.Text.ITextBuffer
Public ReadOnly Property VisualBuffer As ITextBuffer
Property Value
The ITextBuffer whose contents should be presented in the editor.
Remarks
This text buffer may be the same as the EditBuffer or it may be a projection buffer or elision buffer whose ultimate source is the edit buffer.