DataConnectionProperties.ICustomTypeDescriptor.GetEvents (Método) (array<Attribute[])
Recupera los eventos para esta instancia de un componente utilizando la matriz especificada del atributo como filtro.
Espacio de nombres: Microsoft.VisualStudio.Data
Ensamblado: Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)
Sintaxis
'Declaración
Private Function GetEvents ( _
attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
Attribute[] attributes
)
private:
virtual EventDescriptorCollection^ GetEvents(
array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents :
attributes:Attribute[] -> EventDescriptorCollection
private override GetEvents :
attributes:Attribute[] -> EventDescriptorCollection
JScript no admite implementaciones explícitas de interfaces.
Parámetros
attributes
Tipo: array<Attribute[]Una matriz de Attribute tipo que se utiliza como filtro
Valor devuelto
Tipo: EventDescriptorCollection
Devuelve EventDescriptorCollection que representa los eventos filtrados para la instancia del componente especificado.
Implementaciones
ICustomTypeDescriptor.GetEvents(Attribute)
Comentarios
Este método proporciona una implementación del método de GetEvents . Para obtener más información vea el método de GetEvents(System.Attribute[]) en la biblioteca de clases de .NET Framework .
Si se especifica un objeto Attribute en la matriz de attributes y el evento no tiene una instancia de la clase para ese atributo, la matriz devuelta incluye el evento si el objeto Attribute es el evento predeterminado.
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.