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 AgnosticDatabaseConfigurationExtender
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
AgnosticDatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace