BuildManagerEventsClass.DesignTimeOutputDeleted 事件
更新:2007 年 11 月
這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
當產生可移植執行檔的專案項目從專案刪除時引發。
命名空間: VSLangProj
組件: VSLangProj (在 VSLangProj.dll 中)
語法
Public Overridable Event DesignTimeOutputDeleted As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler
Dim instance As BuildManagerEventsClass
Dim handler As _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler
AddHandler instance.DesignTimeOutputDeleted, handler
public virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler DesignTimeOutputDeleted
public:
virtual event _dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ DesignTimeOutputDeleted {
void add (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ value);
void remove (_dispBuildManagerEvents_DesignTimeOutputDeletedEventHandler^ value);
}
JScript 不支援事件。
實作
_dispBuildManagerEvents_Event.DesignTimeOutputDeleted
備註
當產生可移植執行檔的專案項目從專案刪除時引發。
使用權限
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。