Sdílet prostřednictvím


DatabaseProjectOrDbSchemaFileReferenceNodeExtender.GetEvents – metoda (array<Attribute )

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package.Sql (v Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)

Syntaxe

'Deklarace
Public Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection
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

Parametry

Vrácená hodnota

Typ: System.ComponentModel.EventDescriptorCollection

Implementuje

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DatabaseProjectOrDbSchemaFileReferenceNodeExtender Třída

GetEvents – přetížení

Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal – obor názvů