ITextViewModel.VisualBuffer Property
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(); };
C++/CX
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
The ITextBuffer whose contents should be presented in the editor.
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.
Produkt | Verzie |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |