VsShellUtilities::GetOutputWindowPane Method (IServiceProvider^, Guid)
Visual Studio 2015
Gets the output window pane that is specified by the GUID.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static IVsOutputWindowPane^ GetOutputWindowPane( IServiceProvider^ serviceProvider, Guid guidPane )
Parameters
- serviceProvider
- Type: System::IServiceProvider^
- guidPane
-
Type:
System::Guid
The GUID of the output window pane.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsOutputWindowPane^The IVsOutputWindowPane interface that is specified by the GUID.
For more information about output windows, see Extending the Output Window. For the GUIDs relating to the output window, see IDE GUIDs.
Show: