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 不支援索引屬性。
參數
- Pane
型別:System.String
選擇項。Output WindowPane 的名稱。如果提供了 Pane,則 OutputWindowEvents 物件只會提供該窗格的事件。
屬性值
型別:EnvDTE.OutputWindowEvents
OutputWindowEvents 物件。
備註
建立 OutputWindowEvents 物件時,窗格不一定要存在。 如果已建立窗格,則會自動提供事件給該窗格。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。