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

See Also

Reference

NativeMethods.IEventHandler Interface

NativeMethods.IEventHandler Members

Microsoft.VisualStudio Namespace