IVsLongIdleEvents::OnEnterIdle Method (UInt32)

 

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)

void OnEnterIdle(
	unsigned int reason
)

Parameters

reason
Type: System::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.

Return to top
Show: