Sdílet prostřednictvím


OutputWindowEventsClass.PaneClearing – událost

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Dojde k odstranění veškerého textu v podokně okna výstupu.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
Public Overridable Event PaneClearing As _dispOutputWindowEvents_PaneClearingEventHandler
public virtual event _dispOutputWindowEvents_PaneClearingEventHandler PaneClearing
public:
virtual  event _dispOutputWindowEvents_PaneClearingEventHandler^ PaneClearing {
    void add (_dispOutputWindowEvents_PaneClearingEventHandler^ value);
    void remove (_dispOutputWindowEvents_PaneClearingEventHandler^ value);
}
abstract PaneClearing : IEvent<_dispOutputWindowEvents_PaneClearingEventHandler,
    EventArgs>
override PaneClearing : IEvent<_dispOutputWindowEvents_PaneClearingEventHandler,
    EventArgs>
Jazyk JScript nepodporuje události.

Implementuje

_dispOutputWindowEvents_Event.PaneClearing

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

OutputWindowEventsClass Třída

EnvDTE – obor názvů