IVsUpdateSolutionEventsAsync.UpdateSolution_EndLastUpdateActionAsync 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.
Completes the last update action.
public:
void UpdateSolution_EndLastUpdateActionAsync(Microsoft::VisualStudio::Shell::Interop::IVsUpdateSolutionEventsAsyncCallback ^ pCallback);
public:
void UpdateSolution_EndLastUpdateActionAsync(Microsoft::VisualStudio::Shell::Interop::IVsUpdateSolutionEventsAsyncCallback ^ pCallback);
void UpdateSolution_EndLastUpdateActionAsync(Microsoft::VisualStudio::Shell::Interop::IVsUpdateSolutionEventsAsyncCallback const & pCallback);
public void UpdateSolution_EndLastUpdateActionAsync (Microsoft.VisualStudio.Shell.Interop.IVsUpdateSolutionEventsAsyncCallback pCallback);
abstract member UpdateSolution_EndLastUpdateActionAsync : Microsoft.VisualStudio.Shell.Interop.IVsUpdateSolutionEventsAsyncCallback -> unit
Public Sub UpdateSolution_EndLastUpdateActionAsync (pCallback As IVsUpdateSolutionEventsAsyncCallback)
Parameters
- pCallback
- IVsUpdateSolutionEventsAsyncCallback
The callback.