ShellTextBuffer Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| ShellTextBuffer() | |
| ShellTextBuffer(IVsTextStream, Object) |
ShellTextBuffer()
public:
ShellTextBuffer();
public ShellTextBuffer ();
Public Sub New ()
Se aplica a
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)
Parámetros
- textStream
- IVsTextStream
- serviceProvider
- Object