Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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
[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
[<ComVisibleAttribute(false)>]
[<GuidAttribute("65482C72-DEFA-41B7-902C-11C091889C83")>]
[<GuidAttribute("65482C72-DEFA-41B7-902C-11C091889C83")>]
type SVsGeneralOutputWindowPane = interface end
public interface SVsGeneralOutputWindowPane