OutputWindowTextWriter(IVsOutputWindowPane) 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 the OutputWindowTextWriter class.
public:
OutputWindowTextWriter(Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ outputWindowPane);
public OutputWindowTextWriter (Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane outputWindowPane);
new Microsoft.VisualStudio.Shell.OutputWindowTextWriter : Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane -> Microsoft.VisualStudio.Shell.OutputWindowTextWriter
Public Sub New (outputWindowPane As IVsOutputWindowPane)
Parameters
- outputWindowPane
- IVsOutputWindowPane
The output window pane to write to.