_dispSolutionEvents_OpenedEventHandler 委托
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
仅由 Microsoft 内部使用。
命名空间: EnvDTE
程序集: EnvDTE(在 EnvDTE.dll 中)
语法
声明
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispSolutionEvents_OpenedEventHandler
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_OpenedEventHandler()
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_OpenedEventHandler()
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_OpenedEventHandler =
delegate of unit -> unit
JScript 不支持委托。
备注
SolutionEvents 对象可能超出范围,进行垃圾回收后关闭解决方案。 若要保留对此对象的引用,请在您实现解决方案事件处理程序的类中声明私有变量。