IDTSComponentMetaData100.FireCustomEvent 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.
public:
void FireCustomEvent(System::String ^ EventName, System::String ^ EventText, cli::array <System::Object ^> ^ % ppsaArguments, System::String ^ SubComponent, [Runtime::InteropServices::Out] bool % pbFireAgain);
[System.Runtime.InteropServices.DispId(130)]
public void FireCustomEvent (string EventName, string EventText, ref object[] ppsaArguments, string SubComponent, out bool pbFireAgain);
[<System.Runtime.InteropServices.DispId(130)>]
abstract member FireCustomEvent : string * string * Object[] * string * bool -> unit
Public Sub FireCustomEvent (EventName As String, EventText As String, ByRef ppsaArguments As Object(), SubComponent As String, ByRef pbFireAgain As Boolean)
Paramètres
- EventName
- String
- EventText
- String
- ppsaArguments
- Object[]
- SubComponent
- String
- pbFireAgain
- Boolean
- Attributs
Remarques
La méthode FireCustomEvent est utilisée pour déclencher un événement personnalisé défini par le composant. Les EventName
paramètres et ppsaArguments
doivent correspondre au nom et aux définitions de paramètres de l’événement personnalisé tels qu’ils ont été définis lors de leur création par le composant pendant la méthode RegisterEvents.