SimpleEditorView(IVsTextLines) Constructor
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.
Initializes a new instance of SimpleEditorView for the supplied text buffer.
protected:
SimpleEditorView(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ buffer);
protected:
SimpleEditorView(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines ^ buffer);
SimpleEditorView(Microsoft::VisualStudio::TextManager::Interop::IVsTextLines const & buffer);
protected SimpleEditorView (Microsoft.VisualStudio.TextManager.Interop.IVsTextLines buffer);
new Microsoft.VisualStudio.Package.SimpleEditorView : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines -> Microsoft.VisualStudio.Package.SimpleEditorView
Protected Sub New (buffer As IVsTextLines)
Parameters
- buffer
- IVsTextLines
The IVsTextLines buffer.