CommonMessagePump.IOleComponent.FDoIdle 方法

将该元素的机会执行空闲时间任务。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Private Function FDoIdle ( _
    grfidlef As UInteger _
) As Integer Implements IOleComponent.FDoIdle
int IOleComponent.FDoIdle(
    uint grfidlef
)

参数

返回值

类型:System.Int32
true ,如果更多时间而需要执行的空闲时间任务,否则 false 。

实现

IOleComponent.FDoIdle(UInt32)

备注

请参见 M[:Microsoft.VisualStudio.OLE.Interop.IOleComponent.FDoIdle(System.UInt32)] 有关更多信息。

.NET Framework 安全性

请参见

参考

CommonMessagePump 类

Microsoft.VisualStudio.Shell 命名空间