Events.OutputWindowEvents 屬性

取得視窗事件的 OutputWindowEvents

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.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 WindowPane 的名稱。如果提供了 Pane,則 OutputWindowEvents 物件只會提供該窗格的事件。

屬性值

型別:EnvDTE.OutputWindowEvents
OutputWindowEvents 物件。

備註

建立 OutputWindowEvents 物件時,窗格不一定要存在。如果已建立窗格,則會自動提供事件給該窗格。

.NET Framework 安全性

請參閱

參考

Events 介面

EnvDTE 命名空間