IMemberCreationService.UpdateEvent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit un nouveau nom et type pour un événement existant de la classe spécifiée.
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)
Paramètres
- className
- String
Chaîne qui contient le nom de la classe contenant l'événement à mettre à jour.
- oldEventName
- String
Chaîne qui contient le nom de l'événement existant.
- newEventName
- String
Chaîne qui contient le nouveau nom de l'événement mis à jour.
- attributes
- AttributeInfo[]
Tableau AttributeInfo qui contient des informations sur tous les attributs à assigner à l'événement mis à jour.
- emitDependencyProperty
- Boolean
true
pour mettre à jour l'événement afin qu'il émette une propriété de dépendance ; sinon, false
.
- isMetaProperty
- Boolean
true
pour définir l'événement en tant que métapropriété ; sinon, false
.