VsShellUtilities.GetOutputWindowPane(IServiceProvider, Guid) 方法

定义

获取由 GUID 指定的 "输出" 窗口窗格。

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

服务提供程序。

guidPane
Guid

窗格的 guid。

返回

IVsOutputWindowPane

对 IVsOutputWindowPane 接口的引用。

注解

有关输出窗口的详细信息,请参阅 扩展输出窗口。 有关与 "输出" 窗口相关的 Guid,请参阅 IDE guid

适用于