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 によって返されます。