OutputWindowPane.Collection Property

Definition

Gets the collection containing the OutputWindowPane object supporting this property.

public:
 property EnvDTE::OutputWindowPanes ^ Collection { EnvDTE::OutputWindowPanes ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public EnvDTE.OutputWindowPanes Collection { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.Collection : EnvDTE.OutputWindowPanes
Public ReadOnly Property Collection As OutputWindowPanes

Property Value

An OutputWindowPanes collection.

Attributes

Applies to