OutputWindowEvents 接口
为对**“输出”**窗口所做的更改提供事件。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")> _
Public Interface OutputWindowEvents _
Inherits _OutputWindowEvents, _dispOutputWindowEvents_Event
[GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface OutputWindowEvents : _OutputWindowEvents,
_dispOutputWindowEvents_Event
[GuidAttribute(L"0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface class OutputWindowEvents : _OutputWindowEvents,
_dispOutputWindowEvents_Event
[<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
type OutputWindowEvents =
interface
interface _OutputWindowEvents
interface _dispOutputWindowEvents_Event
end
public interface OutputWindowEvents extends _OutputWindowEvents, _dispOutputWindowEvents_Event
OutputWindowEvents 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
add_PaneAdded | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) | |
add_PaneClearing | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) | |
add_PaneUpdated | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) | |
remove_PaneAdded | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) | |
remove_PaneClearing | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) | |
remove_PaneUpdated | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) |
页首
事件
名称 | 说明 | |
---|---|---|
PaneAdded | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) | |
PaneClearing | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) | |
PaneUpdated | 基础结构。仅由 Microsoft 内部使用。 (继承自 _dispOutputWindowEvents_Event。) |
页首
备注
使用此对象可实现多种功能,有关此对象的文档,请参考 OutputWindowEvents。 DTE.Events 返回 OutputWindowEvents 对象。