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 DatabaseProjectOrSqlSchemaFileReferenceNodeExtender
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

Return Value

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

Implements

ICustomTypeDescriptor..::..GetEvents(array<Attribute> [] () [] [])

See Also

Reference

DatabaseProjectOrSqlSchemaFileReferenceNodeExtender Class

GetEvents Overload

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