Share via


ICustomTypeDescriptor.GetEvents Method

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Private Function GetEvents As EventDescriptorCollection
    Implements ICustomTypeDescriptor.GetEvents
'Usage
Dim instance As PropertyGroup
Dim returnValue As EventDescriptorCollection

returnValue = CType(instance, ICustomTypeDescriptor).GetEvents()
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : unit -> EventDescriptorCollection 
private override GetEvents : unit -> EventDescriptorCollection 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

Type: System.ComponentModel..::..EventDescriptorCollection

Implements

ICustomTypeDescriptor..::..GetEvents() () () ()

See Also

Reference

PropertyGroup Class

GetEvents Overload

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace