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