SimpleEditorView.Buffer 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.
Gets or sets the text buffer.
protected:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ Buffer { Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ value); };
protected:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ Buffer { Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ get(); void set(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ value); };
protected Microsoft.VisualStudio.TextManager.Interop.IVsTextLines Buffer { get; set; }
member this.Buffer : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines with get, set
Protected Property Buffer As IVsTextLines
Property Value
Microsoft.VisualStudio.Shell.Interop.IVsTextLines.