VSConstants.SID_SVsGeneralOutputWindowPane Field

Returns an IID_IVsOutputWindowPane interface of the General output pane in the Visual Studio environment.

Namespace:  Microsoft.VisualStudio
Assemblies:   Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public Shared ReadOnly SID_SVsGeneralOutputWindowPane As Guid
‘사용 방법
Dim value As Guid

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

Remarks

Querying for this pseudo service will cause the General output pane to be created if it has not yet been created. The General output pane is the best place to display general status messages to the user, for example, messages relating to operations like opening a project.

.NET Framework Security

See Also

Reference

VSConstants Class

VSConstants Members

Microsoft.VisualStudio Namespace

Other Resources

IDE Constants