VsShellUtilities.GetOutputWindowPane(IServiceProvider, Guid) Method
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.
Gets the output window pane that is specified by the GUID.
C++
public:
static Microsoft::VisualStudio::Shell::Interop::IVsOutputWindowPane ^ GetOutputWindowPane(IServiceProvider ^ serviceProvider, Guid guidPane);
public static Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane GetOutputWindowPane(IServiceProvider serviceProvider, Guid guidPane);
static member GetOutputWindowPane : IServiceProvider * Guid -> Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPane
Public Shared Function GetOutputWindowPane (serviceProvider As IServiceProvider, guidPane As Guid) As IVsOutputWindowPane
Public Function GetOutputWindowPane (serviceProvider As IServiceProvider, guidPane As Guid) As IVsOutputWindowPane
- serviceProvider
- IServiceProvider
The service provider.
- guidPane
- Guid
A guid for the pane.
A reference to an IVsOutputWindowPane interface.
For more information about output windows, see Extending the Output Window. For the GUIDs relating to the output window, see IDE GUIDs.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |