OutputWindowEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides events for changes to the Output window.
public interface class OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event, EnvDTE::_OutputWindowEvents
public interface class OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event
public interface class OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event, EnvDTE::_OutputWindowEvents
__interface OutputWindowEvents : EnvDTE::_dispOutputWindowEvents_Event, EnvDTE::_OutputWindowEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))]
[System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface OutputWindowEvents : EnvDTE._dispOutputWindowEvents_Event, EnvDTE._OutputWindowEvents
[System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))]
[System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
[System.Runtime.InteropServices.ComVisible(false)]
public interface OutputWindowEvents : EnvDTE._dispOutputWindowEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))>]
[<System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
type OutputWindowEvents = interface
interface _OutputWindowEvents
interface _dispOutputWindowEvents_Event
[<System.Runtime.InteropServices.CoClass(typeof(EnvDTE.OutputWindowEventsClass))>]
[<System.Runtime.InteropServices.Guid("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type OutputWindowEvents = interface
interface _dispOutputWindowEvents_Event
Public Interface OutputWindowEvents
Implements _dispOutputWindowEvents_Event, _OutputWindowEvents
Public Interface OutputWindowEvents
Implements _dispOutputWindowEvents_Event
- Derived
- Attributes
- Implements
Remarks
Use this object for functionality and refer to OutputWindowEvents for this object's documentation. The OutputWindowEvents
object is returned by DTE.Events
.
Methods
Events
PaneAdded |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event) |
PaneClearing |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event) |
PaneUpdated |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event) |