IDefineEvent.AddEvent(String, Int32) 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.
Utilisé par un hôte de script actif pour définir un événement.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
System::Object ^ AddEvent(System::String ^ code, int startLine);
public object AddEvent (string code, int startLine);
abstract member AddEvent : string * int -> obj
Public Function AddEvent (code As String, startLine As Integer) As Object
Paramètres
- code
- String
Code qui contient l'événement.
- startLine
- Int32
Numéro de ligne où le code commence.
Retours
Événement, s'il a été ajouté avec succès.