IVsLongIdleEvents.OnEnterIdle(UInt32) 方法

定义

当 shell 进入空闲状态时发生。

public:
 void OnEnterIdle(System::UInt32 reason);
public:
 void OnEnterIdle(unsigned int reason);
void OnEnterIdle(unsigned int reason);
public void OnEnterIdle (uint reason);
abstract member OnEnterIdle : uint32 -> unit
Public Sub OnEnterIdle (reason As UInteger)

参数

reason
UInt32

Shell 进入了长空闲状态,并且在注册时指定的超时值已过去,无需用户输入,或发生了导致 shell 立即进入长空闲状态的事件。

适用于