BuildManagerEventsClass 类

此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。

有关此功能,请参考 BuildManagerEvents。 不要从此类实例化。

继承层次结构

System.Object
  VSLangProj.BuildManagerEventsClass

命名空间:  VSLangProj
程序集:  VSLangProj(在 VSLangProj.dll 中)

语法

声明
<ClassInterfaceAttribute()> _
<GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")> _
Public Class BuildManagerEventsClass _
    Implements _BuildManagerEvents, BuildManagerEvents, _dispBuildManagerEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")]
public class BuildManagerEventsClass : _BuildManagerEvents, 
    BuildManagerEvents, _dispBuildManagerEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"66923B02-677B-4920-A319-F8925A0BA8A8")]
public ref class BuildManagerEventsClass : _BuildManagerEvents, 
    BuildManagerEvents, _dispBuildManagerEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("66923B02-677B-4920-A319-F8925A0BA8A8")>]
type BuildManagerEventsClass =  
    class
        interface _BuildManagerEvents
        interface BuildManagerEvents
        interface _dispBuildManagerEvents_Event
    end
public class BuildManagerEventsClass implements _BuildManagerEvents, BuildManagerEvents, _dispBuildManagerEvents_Event

BuildManagerEventsClass 类型公开以下成员。

构造函数

  名称 说明
公共方法 BuildManagerEventsClass 基础结构。仅由 Microsoft 内部使用。

页首

方法

  名称 说明
公共方法 add_DesignTimeOutputDeleted 基础结构。仅由 Microsoft 内部使用。
公共方法 add_DesignTimeOutputDirty 基础结构。仅由 Microsoft 内部使用。
公共方法 Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 remove_DesignTimeOutputDeleted 基础结构。仅由 Microsoft 内部使用。
公共方法 remove_DesignTimeOutputDirty 基础结构。仅由 Microsoft 内部使用。
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

事件

  名称 说明
公共事件 DesignTimeOutputDeleted 从项目中删除生成可移植可执行文件的项目项时引发。
公共事件 DesignTimeOutputDirty 当项目项上运行导致生成或更新可移植可执行文件的自定义工具时引发。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

VSLangProj 命名空间