CommonMessagePump.IOleComponent2Private.FDoIdle(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual int Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FDoIdle(System::UInt32 grfidlef) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::FDoIdle;
virtual int Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FDoIdle(unsigned int grfidlef) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::FDoIdle;
int Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FDoIdle(unsigned int grfidlef);
int IOleComponent2Private.FDoIdle (uint grfidlef);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FDoIdle : uint32 -> int
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FDoIdle : uint32 -> int
Function FDoIdle (grfidlef As UInteger) As Integer Implements IOleComponent2Private.FDoIdle
参数
- grfidlef
- UInt32
返回
实现
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.FDoIdle(System.UInt32)