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 窗口窗格的名称。如果提供了 Pane,则 OutputWindowEvents 对象只提供该窗格的事件。
属性值
类型:EnvDTE.OutputWindowEvents
OutputWindowEvents 对象。
实现
Events.OutputWindowEvents[String]
备注
当创建 OutputWindowEvents 对象时,窗格不必存在。 如果创建了窗格,则自动为它提供事件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。