Share via


OutputWindow Class

Wraps the IVsOutputWindowPane, which allows the user to manipulate the VS Output pane.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.Host
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public NotInheritable Class OutputWindow
'Usage
Dim instance As OutputWindow
public sealed class OutputWindow
public ref class OutputWindow sealed
public final class OutputWindow
[<SealedAttribute>]
type OutputWindow =  class end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Common.Host.OutputWindow

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OutputWindow Members

Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace