OutputWindowPane.Collection Property

Gets the collection containing the OutputWindowPane object supporting this property.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property Collection As OutputWindowPanes
OutputWindowPanes Collection { get; }
property OutputWindowPanes^ Collection {
    OutputWindowPanes^ get ();
}
abstract Collection : OutputWindowPanes with get
function get Collection () : OutputWindowPanes

Property Value

Type: EnvDTE.OutputWindowPanes
An OutputWindowPanes collection.

.NET Framework Security

See Also

Reference

OutputWindowPane Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples