IVsUpdateSolutionEventsAsyncCallback Interface

 

Provides a method for asynchronous implementers of UpdateSolution_EndLastUpdateActionAsync to notify the SolutionBuildManager when their work is complete. See IVsUpdateSolutionEventsAsync.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("02D0878C-53F5-4CE9-B55C-3577DAE64761")]
public interface IVsUpdateSolutionEventsAsyncCallback

NameDescription
System_CAPS_pubmethodCompleteLastUpdateAction()

Finishes the last update action.

Return to top
Show: