次の方法で共有


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 インフラストラクチャ。 マイクロソフト内部でのみ使用します。 (_dispOutputWindowEvents_Event から継承されます。)
パブリック メソッド add_PaneClearing インフラストラクチャ。 マイクロソフト内部でのみ使用します。 (_dispOutputWindowEvents_Event から継承されます。)
パブリック メソッド add_PaneUpdated インフラストラクチャ。 マイクロソフト内部でのみ使用します。 (_dispOutputWindowEvents_Event から継承されます。)
パブリック メソッド remove_PaneAdded インフラストラクチャ。 マイクロソフト内部でのみ使用します。 (_dispOutputWindowEvents_Event から継承されます。)
パブリック メソッド remove_PaneClearing インフラストラクチャ。 マイクロソフト内部でのみ使用します。 (_dispOutputWindowEvents_Event から継承されます。)
パブリック メソッド remove_PaneUpdated インフラストラクチャ。 マイクロソフト内部でのみ使用します。 (_dispOutputWindowEvents_Event から継承されます。)

このページのトップへ

イベント

  名前 説明
パブリック イベント PaneAdded インフラストラクチャ。 マイクロソフト内部でのみ使用します。 (_dispOutputWindowEvents_Event から継承されます。)
パブリック イベント PaneClearing インフラストラクチャ。 マイクロソフト内部でのみ使用。 (_dispOutputWindowEvents_Event から継承されます。)
パブリック イベント PaneUpdated インフラストラクチャ。 マイクロソフト内部でのみ使用。 (_dispOutputWindowEvents_Event から継承されます。)

このページのトップへ

解説

このオブジェクトを使用して機能を提供します。このオブジェクトのドキュメントについては、OutputWindowEvents を参照してください。 OutputWindowEvents オブジェクトは DTE.Events によって返されます。

参照

参照

EnvDTE 名前空間