Compartir vía


IMemberCreationService.UpdateEvent Método

Definición

Establece un nuevo nombre y tipo para un evento existente en la clase especificada.

public:
 void UpdateEvent(System::String ^ className, System::String ^ oldEventName, Type ^ oldEventType, System::String ^ newEventName, Type ^ newEventType, cli::array <System::Workflow::ComponentModel::Compiler::AttributeInfo ^> ^ attributes, bool emitDependencyProperty, bool isMetaProperty);
public void UpdateEvent (string className, string oldEventName, Type oldEventType, string newEventName, Type newEventType, System.Workflow.ComponentModel.Compiler.AttributeInfo[] attributes, bool emitDependencyProperty, bool isMetaProperty);
abstract member UpdateEvent : string * string * Type * string * Type * System.Workflow.ComponentModel.Compiler.AttributeInfo[] * bool * bool -> unit
Public Sub UpdateEvent (className As String, oldEventName As String, oldEventType As Type, newEventName As String, newEventType As Type, attributes As AttributeInfo(), emitDependencyProperty As Boolean, isMetaProperty As Boolean)

Parámetros

className
String

Cadena que contiene el nombre de la clase que contiene el evento que debe actualizarse.

oldEventName
String

Cadena que contiene el nombre del evento existente.

oldEventType
Type

Type asociado al evento existente.

newEventName
String

Una cadena que contiene el nombre nuevo del evento actualizado.

newEventType
Type

Type que se va a asociar con el evento actualizado.

attributes
AttributeInfo[]

Una matriz AttributeInfo que contiene información sobre todos los atributos que deben asignarse al evento actualizado.

emitDependencyProperty
Boolean

true para actualizar el evento para emitir una propiedad de dependencia; de lo contrario, false.

isMetaProperty
Boolean

true para establecer el evento como una propiedad meta; de lo contrario, false.

Se aplica a