VSConstants.GUID_OutWindowGeneralPane Field

The GUID of the pseudo service that returns the General output pane SID_SVsGeneralOutputWindowPane in the VS environment.

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

Syntax

'Declaration
Public Shared ReadOnly GUID_OutWindowGeneralPane As Guid
'Usage
Dim value As Guid 

value = VSConstants.GUID_OutWindowGeneralPane
public static readonly Guid GUID_OutWindowGeneralPane
public:
static initonly Guid GUID_OutWindowGeneralPane
public static final var GUID_OutWindowGeneralPane : Guid

Remarks

Querying for this service will cause the General output pane to be created if it has not yet been created.

.NET Framework Security

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

Other Resources

IDE Constants