Share via


Delegato _dispOutputWindowEvents_PaneUpdatedEventHandler

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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispOutputWindowEvents_PaneUpdatedEventHandler ( _
    pPane As OutputWindowPane _
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneUpdatedEventHandler(
    OutputWindowPane pPane
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneUpdatedEventHandler(
    [InAttribute] OutputWindowPane^ pPane
)
[<ComVisibleAttribute(false)>]
type _dispOutputWindowEvents_PaneUpdatedEventHandler = 
    delegate of 
        pPane:OutputWindowPane -> unit
JScript non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi EnvDTE