ShellTextBuffer Constructors
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.
Overloads
ShellTextBuffer()
public:
ShellTextBuffer();
public ShellTextBuffer();
Public Sub New ()
Applies to
ShellTextBuffer(IVsTextStream, Object)
public:
ShellTextBuffer(Microsoft::VisualStudio::TextManager::Interop::IVsTextStream ^ textStream, System::Object ^ serviceProvider);
public ShellTextBuffer(Microsoft.VisualStudio.TextManager.Interop.IVsTextStream textStream, object serviceProvider);
new Microsoft.SqlServer.Management.UI.VSIntegration.ShellTextBuffer : Microsoft.VisualStudio.TextManager.Interop.IVsTextStream * obj -> Microsoft.SqlServer.Management.UI.VSIntegration.ShellTextBuffer
Public Sub New (textStream As IVsTextStream, serviceProvider As Object)
Parameters
- textStream
- IVsTextStream
- serviceProvider
- Object