TestScript.Event(String, Object, 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.
Ajoute des options utilisateur.
public Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript Event (string name, object value, string path = "", int line = 0);
member this.Event : string * obj * string * int -> Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestScript
Public Function Event (name As String, value As Object, Optional path As String = "", Optional line As Integer = 0) As TestScript
Paramètres
- name
- String
nom de l’événement de test.
- value
- Object
valeur de l’événement de test.
- path
- String
Chemin.
- line
- Int32
numéro de ligne.
Retours
Nouvel TestScript objet qui ajoute un délai à l’échange modélisé.
Remarques
Cette méthode ne modifie pas l’objet d’origine TestScript .