Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Allows a VSPackage to manipulate a particular Output window pane.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")> _
Public Interface IVsOutputWindowPane
'Usage
Dim instance As IVsOutputWindowPane
[InterfaceTypeAttribute()]
[GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")]
public interface IVsOutputWindowPane
[InterfaceTypeAttribute()]
[GuidAttribute(L"9B878A55-296A-404D-80C4-1468BB7CDC43")]
public interface class IVsOutputWindowPane
[<InterfaceTypeAttribute()>]
[<GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")>]
type IVsOutputWindowPane = interface end
public interface IVsOutputWindowPane
Remarks
This interface is implemented by a pane in the Output Window. An example pane is the Solution Build Output pane. All projects that participate in build output status messages to this pane.
Notes to Callers
VSPackage implementers.