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

参数

属性值

类型:EnvDTE.OutputWindowEvents
OutputWindowEvents 对象。

实现

Events.OutputWindowEvents[String]

备注

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

.NET Framework 安全性

请参见

参考

Events2 接口

OutputWindowEvents 重载

EnvDTE80 命名空间