OutputWindowPane.Collection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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