VSConstants.SID_SVsGeneralOutputWindowPane Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Pseudo service that returns a IID_IVsOutputWindowPane interface of the General output pane in the VS environment. Querying for this service will cause the General output pane to be created if it hasn't yet been created.
public: static initonly Guid SID_SVsGeneralOutputWindowPane;
public static readonly Guid SID_SVsGeneralOutputWindowPane;
staticval mutable SID_SVsGeneralOutputWindowPane : Guid
Public Shared ReadOnly SID_SVsGeneralOutputWindowPane As Guid
Field Value
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.