NativeMethods.IEventHandler.GetHandledEvents Method
Gets a collection of handled event names.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function GetHandledEvents As IVsEnumBSTR
'Usage
Dim instance As NativeMethods..::..IEventHandler
Dim returnValue As IVsEnumBSTR
returnValue = instance.GetHandledEvents()
IVsEnumBSTR GetHandledEvents()
IVsEnumBSTR^ GetHandledEvents()
function GetHandledEvents() : IVsEnumBSTR
abstract GetHandledEvents : unit -> IVsEnumBSTR
Return Value
Type: Microsoft.VisualStudio.TextManager.Interop.IVsEnumBSTR
.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.
See Also
Reference
NativeMethods.IEventHandler Interface