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)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("02D0878C-53F5-4CE9-B55C-3577DAE64761")> _
Public Interface IVsUpdateSolutionEventsAsyncCallback
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("02D0878C-53F5-4CE9-B55C-3577DAE64761")]
public interface IVsUpdateSolutionEventsAsyncCallback
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"02D0878C-53F5-4CE9-B55C-3577DAE64761")]
public interface class IVsUpdateSolutionEventsAsyncCallback
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("02D0878C-53F5-4CE9-B55C-3577DAE64761")>]
type IVsUpdateSolutionEventsAsyncCallback =  interface end
public interface IVsUpdateSolutionEventsAsyncCallback

The IVsUpdateSolutionEventsAsyncCallback type exposes the following members.

Methods

  Name Description
Public method CompleteLastUpdateAction Finishes the last update action.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace