SqlClrReferenceNodeExtender.GetEvents (Método) (array<Attribute )
Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.
Espacio de nombres: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Ensamblado: Microsoft.VisualStudio.Data.Schema.Package.Sql (en Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Sintaxis
'Declaración
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
- attributes
Tipo: array<System.Attribute[]
Valor devuelto
Tipo: System.ComponentModel.EventDescriptorCollection
Implementaciones
ICustomTypeDescriptor.GetEvents(array<Attribute[])
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
SqlClrReferenceNodeExtender Clase
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal (Espacio de nombres)