MetadataBuilder.AddEvent(EventAttributes, StringHandle, EntityHandle) Método

Definição

Adiciona uma definição de evento.

public:
 System::Reflection::Metadata::EventDefinitionHandle AddEvent(System::Reflection::EventAttributes attributes, System::Reflection::Metadata::StringHandle name, System::Reflection::Metadata::EntityHandle type);
public System.Reflection.Metadata.EventDefinitionHandle AddEvent (System.Reflection.EventAttributes attributes, System.Reflection.Metadata.StringHandle name, System.Reflection.Metadata.EntityHandle type);
member this.AddEvent : System.Reflection.EventAttributes * System.Reflection.Metadata.StringHandle * System.Reflection.Metadata.EntityHandle -> System.Reflection.Metadata.EventDefinitionHandle
Public Function AddEvent (attributes As EventAttributes, name As StringHandle, type As EntityHandle) As EventDefinitionHandle

Parâmetros

attributes
EventAttributes

Os atributos do evento.

name
StringHandle

O nome do evento.

Retornos

Um identificador para a definição de evento adicionada.

Exceções

type não tem o tipo de identificador esperado.

Aplica-se a