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