IEventHandler::GetHandledEvents Method ()

 

When implemented by a derived class, returns an enumerator over all the handlers added by successive calls to AddHandler.

Namespace:   Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

IVsEnumBSTR^ GetHandledEvents()

Return Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsEnumBSTR^

S_OK if the method succeeds, otherwise an error code.

Return to top
Show: