DbDataRecord.ICustomTypeDescriptor.GetEvents Método

Definição

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente.Returns the events for this instance of a component.

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos desta instância de um componente usando a matriz de atributos especificada como um filtro.Returns the events for this instance of a component using the specified attribute array as a filter.

ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente.Returns the events for this instance of a component.

 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

Um EventDescriptorCollection que representa os eventos da instância deste componente.An EventDescriptorCollection that represents the events for this component instance.

Implementações

Comentários

Para obter mais informações, consulte GetEvents.For more information, see GetEvents.

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos desta instância de um componente usando a matriz de atributos especificada como um filtro.Returns the events for this instance of a component using the specified attribute array as a filter.

 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 do tipo Attribute que é usada como um filtro.An array of type Attribute that is used as a filter.

Retornos

EventDescriptorCollection

Um EventDescriptorCollection que representa os eventos filtrados da instância deste componente.An EventDescriptorCollection that represents the filtered events for this component instance.

Implementações

Comentários

Para obter mais informações, consulte GetEvents.For more information, see GetEvents.

Aplica-se a