VSConstants.OutputWindowPaneGuid Class
Provides the GUIDs of the panes of the output window.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.VSConstants.OutputWindowPaneGuid
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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 | |
---|---|---|
BuildOutputPane_guid | The GUID of the build output pane inside the output window. | |
BuildOutputPane_string | The GUID of the build output pane inside the output window. | |
DebugPane_guid | The GUID of the debug pane inside the output window. | |
DebugPane_string | The GUID of the debug pane inside the output window. | |
GeneralPane_guid | The GUID of the general output pane inside the output window. | |
GeneralPane_string | The GUID of the general output pane inside the output window. | |
SortedBuildOutputPane_guid | The GUID of the sorted build output pane inside the output window. | |
SortedBuildOutputPane_string | The GUID of the sorted build output pane inside the output window. | |
StoreValidationPane_guid | GUID of the store validation pane inside the output window. | |
StoreValidationPane_string | GUID of the store validation 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.