IVsUpdateSolutionEvents4::UpdateSolution_QueryDelayFirstUpdateAction Method (Int32)
Visual Studio 2015
Fired before the first update action, just after UpdateSolution_StartUpdate to determine if a delay should occur.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- pfDelay
-
Type:
System::Int32
[out] The delay. If this parameter is non-zero, the update action will be delayed and invoked at a later idle time.
Implementations of this method should be side-effect free, as this method may be called multiple times before UpdateSolution_BeginFirstUpdateAction is invoked.
Show: