OleComponent::DoOleEvents Method (IOleComponentManager^, Func<Boolean>^)
Visual Studio 2015
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static void DoOleEvents( IOleComponentManager^ manager, Func<bool>^ continuePumping )
Parameters
- manager
-
Type:
Microsoft.VisualStudio.OLE.Interop::IOleComponentManager^
IOleComponentManager for which messages will be pumped.
- continuePumping
-
Type:
System::Func<Boolean>^
Delegate to use to continue / cancel pumping. If null, will always continue pumping.
Show: