IVsSolutionEvents7.OnAfterLoadAllDeferredProjects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This API is no longer supported by Visual Studio.
Notifies listening clients that all projects in deferred mode have been loaded.
public:
void OnAfterLoadAllDeferredProjects();
public:
void OnAfterLoadAllDeferredProjects();
void OnAfterLoadAllDeferredProjects();
public void OnAfterLoadAllDeferredProjects ();
[System.Obsolete("This API is no longer supported by Visual Studio.")]
public void OnAfterLoadAllDeferredProjects ();
abstract member OnAfterLoadAllDeferredProjects : unit -> unit
[<System.Obsolete("This API is no longer supported by Visual Studio.")>]
abstract member OnAfterLoadAllDeferredProjects : unit -> unit
Public Sub OnAfterLoadAllDeferredProjects ()
- Attributes