此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
仅由 Microsoft 内部使用。
继承层次结构
System.Object
  EnvDTE.SolutionEventsClass
命名空间:  EnvDTE
程序集:  EnvDTE(在 EnvDTE.dll 中)
语法
声明
<GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")> _
<ClassInterfaceAttribute()> _
Public Class SolutionEventsClass _
    Implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event
[GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public class SolutionEventsClass : _SolutionEvents, 
    SolutionEvents, _dispSolutionEvents_Event
[GuidAttribute(L"88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")]
[ClassInterfaceAttribute()]
public ref class SolutionEventsClass : _SolutionEvents, 
    SolutionEvents, _dispSolutionEvents_Event
[<GuidAttribute("88AC98C7-B38C-404B-BD86-D2A4F2E89DCA")>]
[<ClassInterfaceAttribute()>]
type SolutionEventsClass =  
    class
        interface _SolutionEvents
        interface SolutionEvents
        interface _dispSolutionEvents_Event
    end
public class SolutionEventsClass implements _SolutionEvents, SolutionEvents, _dispSolutionEvents_Event
SolutionEventsClass 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | SolutionEventsClass | 基础结构。仅由 Microsoft 内部使用。 | 
页首
方法
| 名称 | 说明 | |
|---|---|---|
| .gif) | add_AfterClosing | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | add_BeforeClosing | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | add_Opened | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | add_ProjectAdded | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | add_ProjectRemoved | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | add_ProjectRenamed | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | add_QueryCloseSolution | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | add_Renamed | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | Equals | 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。) | 
| .gif) | Finalize | 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。) | 
| .gif) | GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) | 
| .gif) | GetType | 获取当前实例的 Type。 (继承自 Object。) | 
| .gif) | MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) | 
| .gif) | remove_AfterClosing | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | remove_BeforeClosing | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | remove_Opened | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | remove_ProjectAdded | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | remove_ProjectRemoved | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | remove_ProjectRenamed | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | remove_QueryCloseSolution | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | remove_Renamed | 基础结构。仅由 Microsoft 内部使用。 | 
| .gif) | ToString | 返回表示当前对象的字符串。 (继承自 Object。) | 
页首
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | AfterClosing | 在关闭解决方案后立即发生。 | 
| .gif) | BeforeClosing | 在即将关闭解决方案前发生。 | 
| .gif) | Opened | 在打开解决方案或项目后立即发生。 | 
| .gif) | ProjectAdded | 向解决方案添加项目后立刻发生。 | 
| .gif) | ProjectRemoved | 从解决方案中移除项目后发生。 | 
| .gif) | ProjectRenamed | 重命名解决方案中的项目后发生。 | 
| .gif) | QueryCloseSolution | 在 BeforeClosing 前发生。 | 
| .gif) | Renamed | 重命名解决方案后发生。 | 
页首
备注
有关此功能,请参考 SolutionEvents。 不要实例化此类。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。