IVsUpdateSolutionEvents4::UpdateSolution_QueryDelayFirstUpdateAction Method (Int32)

 

Fired before the first update action, just after UpdateSolution_StartUpdate to determine if a delay should occur.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void UpdateSolution_QueryDelayFirstUpdateAction(
	[OutAttribute] int% pfDelay
)

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.

Return to top
Show: