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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。