OleComponent.IOleComponent.FDoIdle 方法

仅由 Microsoft 内部使用。

命名空间:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
程序集:  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
)

参数

  • grfidlef
    类型:System.UInt32
    的位标志一组指示哪些类型的任务执行 (直接映射到 IdleTypes

返回值

类型:System.Int32

实现

IOleComponent.FDoIdle(UInt32)

.NET Framework 安全性

请参见

参考

OleComponent 类

Microsoft.VisualStudio.PlatformUI.OleComponentSupport 命名空间