Método DatabaseFileNodeExtender.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.Sql.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (em Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
'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
- attributes
Tipo: array<System.Attribute[]
Tipo: System.ComponentModel.EventDescriptorCollection
ICustomTypeDescriptor.GetEvents(array<Attribute[])
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
DatabaseFileNodeExtender Classe
Namespace Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal