NextStep コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| NextStep() |
既定では、次のアクティブで未完了のステップに進みます。 |
| NextStep(StepDirection) |
指定した方向に移動します。 |
| NextStep(IEnumerable<String>) |
次に移動するフィールドをユーザーに確認します。 |
NextStep()
NextStep(StepDirection)
- ソース:
- IField.cs
指定した方向に移動します。
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)
パラメーター
- direction
- StepDirection
次に実行する手順。
適用対象
NextStep(IEnumerable<String>)
- ソース:
- IField.cs
次に移動するフィールドをユーザーに確認します。
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))
パラメーター
- names
- IEnumerable<String>
可能な次のステップの列挙。