Share via


Representante _dispOutputWindowEvents_PaneUpdatedEventHandler

Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.

Microsoft somente uso interno.

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

Sintaxe

<ComVisibleAttribute(False)> _
Public Delegate Sub _dispOutputWindowEvents_PaneUpdatedEventHandler ( _
    pPane As OutputWindowPane _
)

Dim instance As New _dispOutputWindowEvents_PaneUpdatedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneUpdatedEventHandler(
    OutputWindowPane pPane
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneUpdatedEventHandler(
    [InAttribute] OutputWindowPane^ pPane
)
O JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Espaço para nome EnvDTE