Поделиться через


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
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Декларация
Function GetHandledEvents As IVsEnumBSTR
'Применение
Dim instance As IEventHandler
Dim returnValue As IVsEnumBSTR

returnValue = instance.GetHandledEvents()
IVsEnumBSTR GetHandledEvents()
IVsEnumBSTR^ GetHandledEvents()
abstract GetHandledEvents : unit -> IVsEnumBSTR 
function GetHandledEvents() : IVsEnumBSTR

Return Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsEnumBSTR
S_OK if the method succeeds, otherwise an error code.

.NET Framework Security

See Also

Reference

IEventHandler Interface

IEventHandler Members

Microsoft.VisualStudio Namespace