Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
Interfaces
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
IVsOutputWindowPane Interface

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)

Visual Basic (Declaration)
<InterfaceTypeAttribute(1)> _
<GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")> _
Public Interface IVsOutputWindowPane
Visual Basic (Usage)
Dim instance As IVsOutputWindowPane
C#
[InterfaceTypeAttribute(1)] 
[GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43")] 
public interface IVsOutputWindowPane
C++
[InterfaceTypeAttribute(1)] 
[GuidAttribute(L"9B878A55-296A-404D-80C4-1468BB7CDC43")] 
public interface class IVsOutputWindowPane
J#
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43") */ 
public interface IVsOutputWindowPane
JScript
InterfaceTypeAttribute(1) 
GuidAttribute("9B878A55-296A-404D-80C4-1468BB7CDC43") 
public interface IVsOutputWindowPane

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.

See illustrations of the implementation and/or calling of this interface in the samples Basic Project Sample, Figures Language Service Sample, Figures Edit Sample, and Figures Project Sample.

Notes to Callers VSPackage implementers.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker