Compartir a través de


DataConnectionProperties.ICustomTypeDescriptor.GetEvents (Método)

Recupera los eventos para la instancia especificada de un componente.

Espacio de nombres:  Microsoft.VisualStudio.Data
Ensamblado:  Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)

Sintaxis

'Declaración
Private Function GetEvents As EventDescriptorCollection 
    Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : unit -> EventDescriptorCollection  
private override GetEvents : unit -> EventDescriptorCollection
JScript no admite implementaciones explícitas de interfaces.

Valor devuelto

Tipo: EventDescriptorCollection
Devuelve un objeto de EventDescriptorCollection que representa los eventos para la instancia del componente especificado.

Implementaciones

ICustomTypeDescriptor.GetEvents

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 en la biblioteca de clases de .NET Framework .

Los implementadores podrían devolver una instancia de System.ComponentModel.EventDescriptorCollection.Empty si no se especifica ninguna propiedad. Este método nunca debe devolver nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

DataConnectionProperties Clase

GetEvents (Sobrecarga)

Microsoft.VisualStudio.Data (Espacio de nombres)