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 : 
        Pane:string -> OutputWindowEvents with get
JScript 不支持索引属性。

参数

  • Pane
    类型:String

    可选。 Output 窗口窗格的名称。 如果提供了 Pane,则 OutputWindowEvents 对象只提供该窗格的事件。

属性值

类型:EnvDTE.OutputWindowEvents
OutputWindowEvents 对象。

备注

当创建 OutputWindowEvents 对象时,窗格不必存在。 如果创建了窗格,则自动为它提供事件。

.NET Framework 安全性

请参阅

参考

Events 接口

EnvDTE 命名空间