Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Function GetHandledEvents As IVsEnumBSTR
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.