Initializes a new instance of SimpleEditorView for the supplied text buffer.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'宣言
Protected Sub New ( _
buffer As IVsTextLines _
)
'使用
Dim buffer As IVsTextLines
Dim instance As New SimpleEditorView(buffer)
protected SimpleEditorView(
IVsTextLines buffer
)
protected:
SimpleEditorView(
IVsTextLines^ buffer
)
protected function SimpleEditorView(
buffer : IVsTextLines
)
Parameters
buffer
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextLinesThe IVsTextLines buffer.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.