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: UInt32The 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.