VsShellUtilities.GetOutputWindowPane(IServiceProvider, Guid) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取由 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 接口的引用。
注解
有关输出窗口的详细信息,请参阅 扩展输出窗口。 有关与 "输出" 窗口相关的 Guid,请参阅 IDE guid。