OutputWindowEventsClass.PaneUpdated 事件

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

在向“输出”窗口的窗格中添加新文本时发生。

命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)

语法

声明
Public Overridable Event PaneUpdated As _dispOutputWindowEvents_PaneUpdatedEventHandler
public virtual event _dispOutputWindowEvents_PaneUpdatedEventHandler PaneUpdated
public:
virtual  event _dispOutputWindowEvents_PaneUpdatedEventHandler^ PaneUpdated {
    void add (_dispOutputWindowEvents_PaneUpdatedEventHandler^ value);
    void remove (_dispOutputWindowEvents_PaneUpdatedEventHandler^ value);
}
abstract PaneUpdated : IEvent<_dispOutputWindowEvents_PaneUpdatedEventHandler,
    EventArgs>
override PaneUpdated : IEvent<_dispOutputWindowEvents_PaneUpdatedEventHandler,
    EventArgs>
JScript 不支持事件。

实现

_dispOutputWindowEvents_Event.PaneUpdated

.NET Framework 安全性

请参见

参考

OutputWindowEventsClass 类

EnvDTE 命名空间