SimpleEditorView(IVsTextLines) Construtor

Definição

Inicializa uma nova instância do SimpleEditorView para o buffer de texto fornecido.

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)

Parâmetros

buffer
IVsTextLines

O IVsTextLines buffer.

Aplica-se a