XSDReferenceNodeExtender.GetEvents Method (array<Attribute[])

Returns a collection of events using a specified array of attributes as a filter.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly:  Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)

Syntax

'Declaration
Public Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection
'Usage
Dim instance As XSDReferenceNodeExtender
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
public final function GetEvents(
    attributes : Attribute[]
) : EventDescriptorCollection
abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 

Parameters

Return Value

Type: System.ComponentModel.EventDescriptorCollection

Implements

ICustomTypeDescriptor.GetEvents(array<Attribute[])

.NET Framework Security

See Also

Reference

XSDReferenceNodeExtender Class

XSDReferenceNodeExtender Members

GetEvents Overload

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace