VSConstants.OutputWindowPaneGuid Class

Provides the GUIDs of the panes of the output window.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.OutputWindowPaneGuid

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Public NotInheritable Class OutputWindowPaneGuid
public static class OutputWindowPaneGuid
public ref class OutputWindowPaneGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type OutputWindowPaneGuid =  class end
public final class OutputWindowPaneGuid

The VSConstants.OutputWindowPaneGuid type exposes the following members.

Fields

  Name Description
Public fieldStatic member BuildOutputPane_guid The GUID of the build output pane inside the output window.
Public fieldStatic member BuildOutputPane_string The GUID of the build output pane inside the output window.
Public fieldStatic member DebugPane_guid The GUID of the debug pane inside the output window.
Public fieldStatic member DebugPane_string The GUID of the debug pane inside the output window.
Public fieldStatic member GeneralPane_guid The GUID of the general output pane inside the output window.
Public fieldStatic member GeneralPane_string The GUID of the general output pane inside the output window.
Public fieldStatic member SortedBuildOutputPane_guid The GUID of the sorted build output pane inside the output window.
Public fieldStatic member SortedBuildOutputPane_string The GUID of the sorted build output pane inside the 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 Namespace