Compartilhar via


Método AgnosticDatabaseFileNodeExtender.GetEvents (array<Attribute )

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.ComponentModel.EventDescriptorCollection

Implementações

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Segurança do .NET Framework

Consulte também

Referência

AgnosticDatabaseFileNodeExtender Classe

Sobrecargas GetEvents

Namespace Microsoft.VisualStudio.Data.Schema.Package.Internal