Share via


BuildManagerEventsClass.DesignTimeOutputDeleted – událost

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

Je aktivována při odstranění položky projektu, který generuje přenosné spustitelný soubor z projektu.

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

Syntaxe

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

Implementuje

_dispBuildManagerEvents_Event.DesignTimeOutputDeleted

Poznámky

Je aktivována při odstranění položky projektu, který generuje přenosné spustitelný soubor z projektu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

BuildManagerEventsClass Třída

VSLangProj – obor názvů