VSConstants::SID_SVsGeneralOutputWindowPane Field

 

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

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

public:
static initonly Guid SID_SVsGeneralOutputWindowPane

Field Value

Type: System::Guid

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.

Return to top
Show: