Compartir a través de


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

Vea también

Referencia

DataConnectionProperties Clase

GetEvents (Sobrecarga)

Microsoft.VisualStudio.Data (Espacio de nombres)