IVsOutputWindow3 Interface
Visual Studio 2015
Provides additional methods to the IVsOutputWindow interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreatePane2(Guid, String, Int32, Int32, String, String) | Creates an output window pane with the specified content type and text view roles. For more information about content types and text view roles, see Editor Extension Points. |
You can get this interface by calling QueryInterface on the IVsOutputWindow interface.
Show:
