NextStep Constructeurs
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.
Surcharges
NextStep() |
Par défaut, passez à l’étape active et non supprimée suivante. |
NextStep(StepDirection) |
Déplacez comme spécifié dans la direction. |
NextStep(IEnumerable<String>) |
Demandez à l’utilisateur dans lequel des champs passer à la prochaine étape. |
NextStep()
- Source:
- IField.cs
Par défaut, passez à l’étape active et non supprimée suivante.
public NextStep ();
Public Sub New ()
S’applique à
NextStep(StepDirection)
- Source:
- IField.cs
Déplacez comme spécifié dans la direction.
public NextStep (Microsoft.Bot.Builder.FormFlow.Advanced.StepDirection direction);
new Microsoft.Bot.Builder.FormFlow.Advanced.NextStep : Microsoft.Bot.Builder.FormFlow.Advanced.StepDirection -> Microsoft.Bot.Builder.FormFlow.Advanced.NextStep
Public Sub New (direction As StepDirection)
Paramètres
- direction
- StepDirection
Étape à suivre.
S’applique à
NextStep(IEnumerable<String>)
- Source:
- IField.cs
Demandez à l’utilisateur dans lequel des champs passer à la prochaine étape.
public NextStep (System.Collections.Generic.IEnumerable<string> names);
new Microsoft.Bot.Builder.FormFlow.Advanced.NextStep : seq<string> -> Microsoft.Bot.Builder.FormFlow.Advanced.NextStep
Public Sub New (names As IEnumerable(Of String))
Paramètres
- names
- IEnumerable<String>
Énumération des étapes suivantes possibles.