OutputWindowPane.Collection 屬性

取得集合,此集合包含支援此屬性的 OutputWindowPane 物件。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
ReadOnly Property Collection As OutputWindowPanes
    Get
OutputWindowPanes Collection { get; }
property OutputWindowPanes^ Collection {
    OutputWindowPanes^ get ();
}
abstract Collection : OutputWindowPanes
function get Collection () : OutputWindowPanes

屬性值

型別:EnvDTE.OutputWindowPanes
OutputWindowPanes 集合。

.NET Framework 安全性

請參閱

參考

OutputWindowPane 介面

EnvDTE 命名空間

其他資源

HOW TO:編譯和執行 Automation 物件模型程式碼範例