OutputWindow Class

This class and its members are reserved for internal use and are not intended to be used in your code. This class wraps the IVsOutputWindowPane which allows the user to manipulate the VS Output pane.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OutputWindow

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

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

The OutputWindow type exposes the following members.

Methods

  Name Description
Public methodStatic member Activate
Public methodStatic member Clear Used to clear out the output window for the particular pane.
Public methodStatic member CreateOutputWindowPane(String, Boolean, Boolean) Creates the output window pane. Will used the cached pane if available.
Public methodStatic member CreateOutputWindowPane(Guid, String, Boolean, Boolean) Creates the output window pane.
Public methodStatic member DeleteOutputWindowPane Deletes the window pane identified by pane.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member GetDebugOutputWindowPane
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public methodStatic member SetName Sets the name of the output pane
Public methodStatic member Show
Public methodStatic member ShowOutputWindowBeforeBuild
Public method ToString (Inherited from Object.)
Public methodStatic member WriteOnOutputWindow Used to write a string onto the VS output window
Public methodStatic member WriteOnOutputWindowThreadSafe Used to write a string onto the VS output window

Top

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

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace