BuildManagerEventsClass.DesignTimeOutputDeleted 事件
這個事件可以支援 .NET Framework 基礎結構,但不建議直接使用於您的程式碼中。
當產生可移植執行檔的專案項目從專案刪除時引發。
命名空間: VSLangProj
組件: VSLangProj (在 vslangproj.dll 中)
語法
'宣告
Public Event DesignTimeOutputDeleted As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler Implements _dispBuildManagerEvents_Event.DesignTimeOutputDeleted
'用途
Dim instance As BuildManagerEventsClass
Dim handler As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler
AddHandler instance.DesignTimeOutputDeleted, handler
public virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler _dispBuildManagerEvents_Event.DesignTimeOutputDeleted
public:
virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ DesignTimeOutputDeleted {
void add (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ A_1) = _dispBuildManagerEvents_Event::DesignTimeOutputDeleted::add;
void remove (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ A_1) = _dispBuildManagerEvents_Event::DesignTimeOutputDeleted::remove;
}
J# 可以支援使用明確介面實作,但不允許宣告新的明確介面實作。
JScript 可以支援使用事件,但不允許宣告新的事件。
備註
當產生可移植執行檔的專案項目從專案刪除時引發。
請參閱
參考
BuildManagerEventsClass 類別
BuildManagerEventsClass 成員
VSLangProj 命名空間