更新 : 2007 年 11 月
ウィンドウ イベントの OutputWindowEvents を取得します。
名前空間 : EnvDTE
アセンブリ : EnvDTE (EnvDTE.dll 内)
構文
'宣言
ReadOnly Property OutputWindowEvents ( _
Pane As String _
) As OutputWindowEvents
'使用
Dim instance As Events
Dim Pane As String
Dim value As OutputWindowEvents
value = instance.OutputWindowEvents(Pane)
OutputWindowEvents OutputWindowEvents[
string Pane
] { get; }
property OutputWindowEvents^ OutputWindowEvents[[InAttribute] String^ Pane] {
OutputWindowEvents^ get ([InAttribute] String^ Pane);
}
JScript では、インデックス付きプロパティはサポートされません。
パラメータ
Pane
型 : System.String省略可能です。Output ウィンドウ ペインの名前。Pane を指定すると、OutputWindowEvents オブジェクトはそのペインにだけイベントを提供します。
プロパティ値
OutputWindowEvents オブジェクト。
解説
OutputWindowEvents オブジェクトの作成時にペインが存在している必要はありません。ペインが作成されると、そのペインに対してイベントが自動的に提供されます。
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。