_dispOutputWindowEvents_Event Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Interface _dispOutputWindowEvents_Event
[ComVisibleAttribute(false)]
public interface _dispOutputWindowEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispOutputWindowEvents_Event
[<ComVisibleAttribute(false)>]
type _dispOutputWindowEvents_Event = interface end
public interface _dispOutputWindowEvents_Event
The _dispOutputWindowEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_PaneAdded | Infrastructure. Microsoft Internal Use Only. | |
add_PaneClearing | Infrastructure. Microsoft Internal Use Only. | |
add_PaneUpdated | Infrastructure. Microsoft Internal Use Only. | |
remove_PaneAdded | Infrastructure. Microsoft Internal Use Only. | |
remove_PaneClearing | Infrastructure. Microsoft Internal Use Only. | |
remove_PaneUpdated | Infrastructure. Microsoft Internal Use Only. |
Top
Events
Name | Description | |
---|---|---|
PaneAdded | Infrastructure. Microsoft Internal Use Only. | |
PaneClearing | Infrastructure. Microsoft Internal Use Only. | |
PaneUpdated | Infrastructure. Microsoft Internal Use Only. |
Top