Compartir a través de


_dispOutputWindowEvents_PaneClearingEventHandler (Delegado)

Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.

Sólo para uso interno de Microsoft.

Espacio de nombres:  EnvDTE
Ensamblado:  EnvDTE (en EnvDTE.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispOutputWindowEvents_PaneClearingEventHandler ( _
    pPane As OutputWindowPane _
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneClearingEventHandler(
    OutputWindowPane pPane
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneClearingEventHandler(
    [InAttribute] OutputWindowPane^ pPane
)
[<ComVisibleAttribute(false)>]
type _dispOutputWindowEvents_PaneClearingEventHandler = 
    delegate of 
        pPane:OutputWindowPane -> unit
JScript no admite delegados.

Parámetros

Vea también

Referencia

EnvDTE (Espacio de nombres)