GetEvents Method (Attribute[])
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 ( _
attributes As Attribute() _
) As EventDescriptorCollection
'Usage
Dim instance As DatabaseConfigurationExtender
Dim attributes As Attribute()
Dim returnValue As EventDescriptorCollection
returnValue = instance.GetEvents(attributes)
public EventDescriptorCollection GetEvents(
Attribute[] attributes
)
public:
virtual EventDescriptorCollection^ GetEvents(
array<Attribute^>^ attributes
) sealed
abstract GetEvents :
attributes:Attribute[] -> EventDescriptorCollection
override GetEvents :
attributes:Attribute[] -> EventDescriptorCollection
public final function GetEvents(
attributes : Attribute[]
) : EventDescriptorCollection
Parameters
- attributes
Type: array<System..::..Attribute> [] () [] []
Return Value
Type: System.ComponentModel..::..EventDescriptorCollection
Implements
ICustomTypeDescriptor..::..GetEvents(array<Attribute> [] () [] [])
See Also
Reference
DatabaseConfigurationExtender Class
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace