_dispOutputWindowEvents_PaneClearingEventHandler, délégué

Mise à jour : novembre 2007

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  EnvDTE
Assembly :  EnvDTE (dans EnvDTE.dll)

Syntaxe

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

Dim instance As New _dispOutputWindowEvents_PaneClearingEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneClearingEventHandler(
    OutputWindowPane pPane
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneClearingEventHandler(
    [InAttribute] OutputWindowPane^ pPane
)
JScript ne prend pas en charge les délégués.

Paramètres

Voir aussi

Référence

EnvDTE, espace de noms