Delegat _dispOutputWindowEvents_PaneAddedEventHandler

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispOutputWindowEvents_PaneAddedEventHandler ( _
    pPane As OutputWindowPane _
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneAddedEventHandler(
    OutputWindowPane pPane
)
[ComVisibleAttribute(false)]
public delegate void _dispOutputWindowEvents_PaneAddedEventHandler(
    [InAttribute] OutputWindowPane^ pPane
)
[<ComVisibleAttribute(false)>]
type _dispOutputWindowEvents_PaneAddedEventHandler = 
    delegate of  
        pPane:OutputWindowPane -> unit
Język JScript nie obsługuje delegatów.

Parametry

Zobacz też

Informacje

Przestrzeń nazw EnvDTE