Compartilhar via


IVsLongIdleEvents.OnEnterIdle Method

Occurs when the shell enters an idle state.

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

Syntax

'Declaration
Sub OnEnterIdle ( _
    reason As UInteger _
)
void OnEnterIdle(
    uint reason
)
void OnEnterIdle(
    [InAttribute] unsigned int reason
)
abstract OnEnterIdle : 
        reason:uint32 -> unit
function OnEnterIdle(
    reason : uint
)

Parameters

  • reason
    Type: UInt32

    The shell entered long idle and the timeout specified at registration has passed without user input, or there was an event that caused the shell to enter long idle state immediately.

.NET Framework Security

See Also

Reference

IVsLongIdleEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace