AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents Método

Definição

Sobrecargas

ICustomTypeDescriptor.GetEvents(Attribute[])

Para obter uma descrição desse membro, confira GetEvents().

ICustomTypeDescriptor.GetEvents()

Para obter uma descrição desse membro, confira GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Para obter uma descrição desse membro, confira GetEvents().

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parâmetros

attributes
Attribute[]

Uma matriz de atributos a ser usada como um filtro. Isso pode ser nulo.

Retornos

EventDescriptorCollection

Retorna os eventos desta instância de um componente.

Implementações

Aplica-se a

ICustomTypeDescriptor.GetEvents()

Para obter uma descrição desse membro, confira GetEvents().

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Retornos

EventDescriptorCollection

Retorna os eventos desta instância de um componente.

Implementações

Aplica-se a