SVsGeneralOutputWindowPane Interface

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.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
<GuidAttribute("65482C72-DEFA-41B7-902C-11C091889C83")> _
<GuidAttribute("65482C72-DEFA-41B7-902C-11C091889C83")> _
Public Interface SVsGeneralOutputWindowPane
'Usage
Dim instance As SVsGeneralOutputWindowPane
[ComVisibleAttribute(false)]
[GuidAttribute("65482C72-DEFA-41B7-902C-11C091889C83")]
[GuidAttribute("65482C72-DEFA-41B7-902C-11C091889C83")]
public interface SVsGeneralOutputWindowPane
[ComVisibleAttribute(false)]
[GuidAttribute(L"65482C72-DEFA-41B7-902C-11C091889C83")]
[GuidAttribute(L"65482C72-DEFA-41B7-902C-11C091889C83")]
public interface class SVsGeneralOutputWindowPane
public interface SVsGeneralOutputWindowPane

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace