VSConstants.OutputWindowPaneGuid Class

 

Provides the GUIDs of the panes of the output window.

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

System.Object
  Microsoft.VisualStudio.VSConstants.OutputWindowPaneGuid

public static class OutputWindowPaneGuid

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBuildOutputPane_guid

The GUID of the build output pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticBuildOutputPane_string

The GUID of the build output pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticDebugPane_guid

The GUID of the debug pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticDebugPane_string

The GUID of the debug pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticGeneralPane_guid

The GUID of the general output pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticGeneralPane_string

The GUID of the general output pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticSortedBuildOutputPane_guid

The GUID of the sorted build output pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticSortedBuildOutputPane_string

The GUID of the sorted build output pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticStoreValidationPane_guid

GUID of the store validation pane inside the output window.

System_CAPS_pubfieldSystem_CAPS_staticStoreValidationPane_string

GUID of the store validation pane inside the output window.

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

Return to top
Show: