SVsGeneralOutputWindowPane Interface

Definition

Pseudoservice that returns an IID_IVsOutputWindowPane interface for 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. The General output pane is an appropriate place to display general status messages to the user, such as messages relating to operations such as opening a project.

public interface class SVsGeneralOutputWindowPane
public interface class SVsGeneralOutputWindowPane
__interface SVsGeneralOutputWindowPane
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("65482C72-DEFA-41B7-902C-11C091889C83")]
public interface SVsGeneralOutputWindowPane
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("65482C72-DEFA-41B7-902C-11C091889C83")>]
type SVsGeneralOutputWindowPane = interface
Public Interface SVsGeneralOutputWindowPane
Attributes

Applies to