MetadataBuilder.AddEvent(EventAttributes, StringHandle, EntityHandle) Metodo

Definizione

Aggiunge una definizione di 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

Parametri

attributes
EventAttributes

Attributi dell'evento.

name
StringHandle

Il nome dell'evento.

Restituisce

Handle per la definizione di evento aggiunta.

Eccezioni

type non ha il tipo di handle previsto.

Si applica a