VSConstants.SID_SVsGeneralOutputWindowPane Field

Definition

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.

Applies to