IVsUpdateSolutionEventsAsyncCallback Interface

Definition

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.

Applies to