Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Provides events for changes to the Output window.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")> _
Public Interface OutputWindowEvents _
    Inherits _OutputWindowEvents, _dispOutputWindowEvents_Event
[GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface OutputWindowEvents : _OutputWindowEvents, 
    _dispOutputWindowEvents_Event
[GuidAttribute(L"0A3546A8-6840-11D2-97C1-00C04FB6C6FF")]
public interface class OutputWindowEvents : _OutputWindowEvents, 
    _dispOutputWindowEvents_Event
[<GuidAttribute("0A3546A8-6840-11D2-97C1-00C04FB6C6FF")>]
type OutputWindowEvents =  
    interface
        interface _OutputWindowEvents
        interface _dispOutputWindowEvents_Event
    end
public interface OutputWindowEvents extends _OutputWindowEvents, _dispOutputWindowEvents_Event
The OutputWindowEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]()  | 
add_PaneAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
![]()  | 
add_PaneClearing | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
![]()  | 
add_PaneUpdated | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
![]()  | 
remove_PaneAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
![]()  | 
remove_PaneClearing | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
![]()  | 
remove_PaneUpdated | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
Top
Events
| Name | Description | |
|---|---|---|
![]()  | 
PaneAdded | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
![]()  | 
PaneClearing | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
![]()  | 
PaneUpdated | Infrastructure. Microsoft Internal Use Only. (Inherited from _dispOutputWindowEvents_Event.) | 
Top
Remarks
Use this object for functionality and refer to OutputWindowEvents for this object's documentation. The OutputWindowEvents object is returned by DTE.Events.
.gif)
.gif)