DynamicRecord.ICustomTypeDescriptor.GetEvents Método

Definição

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente.

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos para esta instância de um componente usando o filtro especificado.

ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente.

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

Empty em todos os casos.

Implementações

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos para esta instância de um componente usando o filtro especificado.

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 usada como um filtro. O valor deste parâmetro é ignorado por esta implementação e não afeta o resultado deste método.

Retornos

EventDescriptorCollection

Empty em todos os casos.

Implementações

Aplica-se a