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 不支持索引属性。

参数

属性值

类型:EnvDTE.OutputWindowEvents
OutputWindowEvents 对象。

备注

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

.NET Framework 安全性

请参见

参考

Events 接口

EnvDTE 命名空间