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 (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Public Shared ReadOnly GUID_OutWindowGeneralPane As Guid
'使用
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

Field Value

Type: System.Guid

Remarks

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

Permissions

See Also

Concepts

SDK Constants

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace