GetEvents Method

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

Syntax

'Declaration
Public Function GetEvents As EventDescriptorCollection
'Usage
Dim instance As DatabaseProjectOrSqlSchemaFileReferenceNodeExtender
Dim returnValue As EventDescriptorCollection

returnValue = instance.GetEvents()
public EventDescriptorCollection GetEvents()
public:
virtual EventDescriptorCollection^ GetEvents() sealed
abstract GetEvents : unit -> EventDescriptorCollection 
override GetEvents : unit -> EventDescriptorCollection 
public final function GetEvents() : EventDescriptorCollection

Return Value

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

Implements

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

See Also

Reference

DatabaseProjectOrSqlSchemaFileReferenceNodeExtender Class

GetEvents Overload

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