DynamicActivity.ICustomTypeDescriptor.GetEvents Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve a coleção de eventos da atividade dinâmica.
Sobrecargas
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetEvents() |
Devolve a coleção de eventos da atividade dinâmica. |
| ICustomTypeDescriptor.GetEvents(Attribute[]) |
Devolve a coleção de eventos da atividade dinâmica usando um array especificado de atributos como filtro. |
ICustomTypeDescriptor.GetEvents()
Devolve a coleção de eventos da atividade dinâmica.
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
Devoluções
A coleção de eventos.
Implementações
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DynamicActivity instância é transmitida para uma ICustomTypeDescriptor interface.
Aplica-se a
ICustomTypeDescriptor.GetEvents(Attribute[])
Devolve a coleção de eventos da atividade dinâmica usando um array especificado de atributos como filtro.
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[]
Um array que podes usar como filtro.
Devoluções
A coleção de eventos que correspondem aos atributos especificados.
Implementações
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DynamicActivity instância é transmitida para uma ICustomTypeDescriptor interface.