OleComponent::DoOleEvents Method (IOleComponentManager^, Func<Boolean>^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI.OleComponentSupport
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.

Return to top
Show: