Condividi tramite


Metodo OutputWindowEventsClass.add_PaneUpdated

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Public Overridable Sub add_PaneUpdated ( _
    A_1 As _dispOutputWindowEvents_PaneUpdatedEventHandler _
)
public virtual void add_PaneUpdated(
    _dispOutputWindowEvents_PaneUpdatedEventHandler A_1
)
public:
virtual void add_PaneUpdated(
    _dispOutputWindowEvents_PaneUpdatedEventHandler^ A_1
)
abstract add_PaneUpdated : 
        A_1:_dispOutputWindowEvents_PaneUpdatedEventHandler -> unit 
override add_PaneUpdated : 
        A_1:_dispOutputWindowEvents_PaneUpdatedEventHandler -> unit 
public function add_PaneUpdated(
    A_1 : _dispOutputWindowEvents_PaneUpdatedEventHandler
)

Parametri

Implementa

_dispOutputWindowEvents_Event.add_PaneUpdated(_dispOutputWindowEvents_PaneUpdatedEventHandler)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OutputWindowEventsClass Classe

Spazio dei nomi EnvDTE