_EventInfo.Attributes Propriedade

Definição

Fornece aos objetos COM acesso independente da versão à Attributes propriedade.

public:
 property System::Reflection::EventAttributes Attributes { System::Reflection::EventAttributes get(); };
public System.Reflection.EventAttributes Attributes { get; }
member this.Attributes : System.Reflection.EventAttributes
Public ReadOnly Property Attributes As EventAttributes

Valor de Propriedade

Os atributos de apenas leitura para este evento.

Observações

Este método serve para acesso a classes geridas a partir de código não gerido e não deve ser chamado a partir de código gerido.

A Attributes propriedade recebe os atributos para este evento.

Aplica-se a