Click or drag to resize
PredefinedOutputWindowPanes Class
This class defines constants for the names of some of the predefined output window panes.
Inheritance Hierarchy
SystemObject
  Tvl.VisualStudio.OutputWindow.InterfacesPredefinedOutputWindowPanes

Namespace: Tvl.VisualStudio.OutputWindow.Interfaces
Assembly: Tvl.VisualStudio.OutputWindow.Interfaces (in Tvl.VisualStudio.OutputWindow.Interfaces.dll) Version: 2.0.1.0-dev
Syntax
public static class PredefinedOutputWindowPanes

The PredefinedOutputWindowPanes type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBuild
Gets the name of the Build output window pane.
Public fieldStatic memberDebug
Gets the name of the Debug output window pane.
Public fieldStatic memberGeneral
Gets the name of the General output window pane.
Public fieldStatic memberTvlDiagnostics
Gets the name of the TVL Diagnostics output window pane.
Public fieldStatic memberTvlIntellisense
Gets the name of the TVL IntelliSense Engine output window pane.
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