_dispSolutionEvents_AfterClosingEventHandler 委派
這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。
僅限 Microsoft 內部使用。
命名空間: EnvDTE
組件: EnvDTE (在 EnvDTE.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispSolutionEvents_AfterClosingEventHandler
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_AfterClosingEventHandler()
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_AfterClosingEventHandler()
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_AfterClosingEventHandler =
delegate of unit -> unit
JScript 不支援委派。