IEventHandler.GetHandledEvents Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.