IEventHandler.GetHandledEvents Method

Definition

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

public:
 Microsoft::VisualStudio::TextManager::Interop::IVsEnumBSTR ^ GetHandledEvents();
public:
 Microsoft::VisualStudio::TextManager::Interop::IVsEnumBSTR ^ GetHandledEvents();
Microsoft::VisualStudio::TextManager::Interop::IVsEnumBSTR GetHandledEvents();
public Microsoft.VisualStudio.TextManager.Interop.IVsEnumBSTR GetHandledEvents ();
abstract member GetHandledEvents : unit -> Microsoft.VisualStudio.TextManager.Interop.IVsEnumBSTR
Public Function GetHandledEvents () As IVsEnumBSTR

Returns

S_OK if the method succeeds, otherwise an error code.

Applies to