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

备注

从项目中删除生成可移植可执行文件的项目项时引发。

权限

另请参见

参考

BuildManagerEventsClass 类

BuildManagerEventsClass 成员

VSLangProj 命名空间