共用方式為


Events2.OutputWindowEvents 屬性 (String)

取得視窗事件的 OutputWindowEvents

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
ReadOnly Property OutputWindowEvents ( _
    Pane As String _
) As OutputWindowEvents
    Get
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 物件。

實作

Events.OutputWindowEvents[String]

備註

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

.NET Framework 安全性

請參閱

參考

Events2 介面

OutputWindowEvents 多載

EnvDTE80 命名空間