Compartilhar via


Delegado _dispOutputWindowEvents_PaneClearingEventHandler

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
<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 não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Namespace EnvDTE