SimpleEditorView.Buffer Property

Definition

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.

Applies to