Share via


IVsUpdateSolutionEvents4.UpdateSolution_QueryDelayFirstUpdateAction Method

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)

Syntax

'Declaration
Sub UpdateSolution_QueryDelayFirstUpdateAction ( _
    <OutAttribute> ByRef pfDelay As Integer _
)
void UpdateSolution_QueryDelayFirstUpdateAction(
    out int pfDelay
)
void UpdateSolution_QueryDelayFirstUpdateAction(
    [OutAttribute] int% pfDelay
)
abstract UpdateSolution_QueryDelayFirstUpdateAction : 
        pfDelay:int byref -> unit
function UpdateSolution_QueryDelayFirstUpdateAction(
    pfDelay : int
)

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.

Remarks

Implementations of this method should be side-effect free, as this method may be called multiple times before UpdateSolution_BeginFirstUpdateAction is invoked.

.NET Framework Security

See Also

Reference

IVsUpdateSolutionEvents4 Interface

Microsoft.VisualStudio.Shell.Interop Namespace