共用方式為


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。 OutputWindowEvents 物件由 DTE.Events 傳回。

請參閱

參考

EnvDTE 命名空間