IVsUpdateSolutionEventsAsyncCallback Interface
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.
Provides a method for asynchronous implementers of UpdateSolution_EndLastUpdateActionAsync to notify the SolutionBuildManager when their work is complete. See IVsUpdateSolutionEventsAsync.
public interface class IVsUpdateSolutionEventsAsyncCallback
public interface class IVsUpdateSolutionEventsAsyncCallback
__interface IVsUpdateSolutionEventsAsyncCallback
[System.Runtime.InteropServices.Guid("02D0878C-53F5-4CE9-B55C-3577DAE64761")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUpdateSolutionEventsAsyncCallback
[<System.Runtime.InteropServices.Guid("02D0878C-53F5-4CE9-B55C-3577DAE64761")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUpdateSolutionEventsAsyncCallback = interface
Public Interface IVsUpdateSolutionEventsAsyncCallback
- Attributes
Methods
CompleteLastUpdateAction() |
Finishes the last update action. |